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