Uses of Class
org.insa.graphs.gui.utils.FileUtils.FolderType
-
Packages that use FileUtils.FolderType Package Description org.insa.graphs.gui.utils -
-
Uses of FileUtils.FolderType in org.insa.graphs.gui.utils
Fields in org.insa.graphs.gui.utils with type parameters of type FileUtils.FolderType Modifier and Type Field Description private static java.util.Map<FileUtils.FolderType,FileUtils.PreferencesEntry>
FileUtils. folderToEntry
private static java.util.Map<FileUtils.FolderType,javax.swing.filechooser.FileFilter>
FileUtils. folderToFilter
Methods in org.insa.graphs.gui.utils that return FileUtils.FolderType Modifier and Type Method Description static FileUtils.FolderType
FileUtils.FolderType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileUtils.FolderType[]
FileUtils.FolderType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.insa.graphs.gui.utils with parameters of type FileUtils.FolderType Modifier and Type Method Description static javax.swing.JFileChooser
FileUtils. createFileChooser(FileUtils.FolderType folderType)
static javax.swing.JFileChooser
FileUtils. createFileChooser(FileUtils.FolderType folderType, java.lang.String defaultFileName)
static javax.swing.filechooser.FileFilter
FileUtils. getFileFilter(FileUtils.FolderType folderType)
static java.io.File
FileUtils. getPreferredFolder(FileUtils.FolderType folderType)
static void
FileUtils. updatePreferredFolder(FileUtils.FolderType folderType, java.io.File newPreferredFolder)
-