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