Modifier and Type | Method and Description |
---|---|
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 |
---|---|
PathIOMode |
JIPipeDesktopPathEditorComponent.getIoMode() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopPathEditorComponent.setIoMode(PathIOMode ioMode) |
Constructor and Description |
---|
JIPipeDesktopPathEditorComponent(JIPipeDesktopWorkbench workbench,
PathIOMode ioMode,
PathType pathMode) |
Modifier and Type | Method and Description |
---|---|
PathIOMode |
JIPipeDesktopFileChooserNext.getIoMode() |
Modifier and Type | Method and Description |
---|---|
static List<Path> |
JIPipeDesktopFileChooserNext.showDialog(Component parent,
JIPipeWorkbench workbench,
String title,
HTMLText description,
Path initialDirectory,
PathIOMode ioMode,
PathType pathType,
boolean multiple,
FileNameExtensionFilter... extensionFilters) |
static Path |
JIPipeDesktopFileChooserNext.showDialogSingle(Component parent,
JIPipeWorkbench workbench,
String title,
HTMLText description,
Path initialDirectory,
PathIOMode ioMode,
PathType pathType,
FileNameExtensionFilter... extensionFilters) |
Constructor and Description |
---|
JIPipeDesktopFileChooserNext(JIPipeWorkbench workbench,
HTMLText description,
Path initialDirectory,
PathIOMode ioMode,
PathType pathType,
boolean multiple,
FileNameExtensionFilter... extensionFilters) |
Modifier and Type | Method and Description |
---|---|
PathIOMode |
PathFromUserDataSource.getPathIOMode() |
Modifier and Type | Method and Description |
---|---|
void |
PathFromUserDataSource.setPathIOMode(PathIOMode pathIOMode) |
Modifier and Type | Method and Description |
---|---|
PathIOMode |
PathFormData.getIoMode() |
Modifier and Type | Method and Description |
---|---|
void |
PathFormData.setIoMode(PathIOMode ioMode) |
Modifier and Type | Method and Description |
---|---|
static PathIOMode |
PathIOMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathIOMode[] |
PathIOMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.