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 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
|
Modifier and Type | Method and Description |
---|---|
PathIOMode |
PathEditor.getIoMode() |
Modifier and Type | Method and Description |
---|---|
void |
PathEditor.setIoMode(PathIOMode ioMode) |
Constructor and Description |
---|
PathEditor(PathIOMode ioMode,
PathType pathMode) |
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–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.