Package | Description |
---|---|
org.hkijena.jipipe.extensions.settings | |
org.hkijena.jipipe.ui.components |
Modifier and Type | Method and Description |
---|---|
static FileChooserSettings.LastDirectoryKey |
FileChooserSettings.LastDirectoryKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileChooserSettings.LastDirectoryKey[] |
FileChooserSettings.LastDirectoryKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Path |
FileChooserSettings.getLastDirectoryBy(FileChooserSettings.LastDirectoryKey key)
Gets the last directory by key
|
static List<Path> |
FileChooserSettings.openDirectories(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose multiple directories
|
static Path |
FileChooserSettings.openDirectory(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose a directory
|
static Path |
FileChooserSettings.openFile(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title,
FileNameExtensionFilter... extensionFilters)
Lets the user choose a file
|
static List<Path> |
FileChooserSettings.openFiles(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose multiple files
|
static Path |
FileChooserSettings.openPath(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose a file or directory
|
static List<Path> |
FileChooserSettings.openPaths(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose multiple files or directories
|
static Path |
FileChooserSettings.saveDirectory(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose a directory
|
static Path |
FileChooserSettings.saveFile(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title,
FileNameExtensionFilter... extensionFilters)
Lets the user choose a file
|
static Path |
FileChooserSettings.savePath(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title)
Lets the user choose a file or directory
|
static List<Path> |
FileChooserSettings.selectMulti(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title,
PathIOMode ioMode,
PathType pathMode)
Generic open method for multiple paths.
|
static Path |
FileChooserSettings.selectSingle(Component parent,
FileChooserSettings.LastDirectoryKey key,
String title,
PathIOMode ioMode,
PathType pathMode,
FileNameExtensionFilter... extensionFilters)
Generic open/save method for single paths
|
void |
FileChooserSettings.setLastDirectoryBy(FileChooserSettings.LastDirectoryKey key,
Path lastDirectory)
Sets the last directory according to the key
|
Modifier and Type | Method and Description |
---|---|
FileChooserSettings.LastDirectoryKey |
PathEditor.getDirectoryKey() |
Modifier and Type | Method and Description |
---|---|
void |
PathEditor.setDirectoryKey(FileChooserSettings.LastDirectoryKey directoryKey) |
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.