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