All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
PathList |
getBookmarks() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
FileChooserSettings.FileChooserType |
getFileChooserType() |
static FileChooserSettings |
getInstance() |
Path |
getLastDataDirectory() |
Path |
getLastDirectoryBy(FileChooserSettings.LastDirectoryKey key)
Gets the last directory by key
|
Path |
getLastExternalDirectory() |
Path |
getLastParametersDirectory() |
Path |
getLastProjectsDirectory() |
boolean |
isAddFileExtension() |
static List<Path> |
openDirectories(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose multiple directories
|
static Path |
openDirectory(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose a directory
|
static Path |
openFile(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title,
FileNameExtensionFilter... extensionFilters)
Lets the user choose a file
|
static List<Path> |
openFiles(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose multiple files
|
static Path |
openPath(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose a file or directory
|
static List<Path> |
openPaths(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose multiple files or directories
|
static Path |
saveDirectory(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose a directory
|
static Path |
saveFile(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title,
FileNameExtensionFilter... extensionFilters)
Lets the user choose a file
|
static Path |
savePath(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose a file or directory
|
static List<Path> |
selectMulti(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title,
PathIOMode ioMode,
PathType pathMode)
Generic open method for multiple paths.
|
static Path |
selectSingle(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title,
PathIOMode ioMode,
PathType pathMode,
FileNameExtensionFilter... extensionFilters)
Generic open/save method for single paths
|
void |
setAddFileExtension(boolean addFileExtension) |
void |
setBookmarks(PathList bookmarks) |
void |
setFileChooserType(FileChooserSettings.FileChooserType fileChooserType) |
void |
setLastDataDirectory(Path lastDataDirectory) |
void |
setLastDirectoryBy(FileChooserSettings.LastDirectoryKey key,
Path lastDirectory)
Sets the last directory according to the key
|
void |
setLastExternalDirectory(Path lastExternalDirectory) |
void |
setLastParametersDirectory(Path lastParametersDirectory) |
void |
setLastProjectsDirectory(Path lastProjectsDirectory) |