Uses of Enum Class
net.sourceforge.jnlp.util.FileUtils.OpenFileResult
Packages that use FileUtils.OpenFileResult
-
Uses of FileUtils.OpenFileResult in net.sourceforge.jnlp.util
Methods in net.sourceforge.jnlp.util that return FileUtils.OpenFileResultModifier and TypeMethodDescriptionstatic FileUtils.OpenFileResult
FileUtils.testFilePermissions
(File file) Verify that a given file object points to a real, accessible plain file.static FileUtils.OpenFileResult
Returns the enum constant of this class with the specified name.static FileUtils.OpenFileResult[]
FileUtils.OpenFileResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.jnlp.util with parameters of type FileUtils.OpenFileResultModifier and TypeMethodDescriptionstatic void
FileUtils.showCouldNotOpenFileDialog
(Component frame, String filePath, FileUtils.OpenFileResult reason) Show an error dialog indicating the file could not be opened, with a particular reason