Package | Description |
---|---|
fiji.plugin.trackmate.util |
Modifier and Type | Method and Description |
---|---|
static FileChooser.DialogType |
FileChooser.DialogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileChooser.DialogType[] |
FileChooser.DialogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static File |
FileChooser.chooseFile(boolean useJFileChooser,
Component parent,
String selectedFile,
FileFilter fileFilter,
String dialogTitle,
FileChooser.DialogType dialogType,
FileChooser.SelectionMode selectionMode) |
static File |
FileChooser.chooseFile(Component parent,
String selectedFile,
FileChooser.DialogType dialogType) |
static File |
FileChooser.chooseFile(Component parent,
String selectedFile,
FileFilter fileFilter,
String dialogTitle,
FileChooser.DialogType dialogType) |
static File |
FileChooser.chooseFile(Component parent,
String selectedFile,
FileFilter fileFilter,
String dialogTitle,
FileChooser.DialogType dialogType,
FileChooser.SelectionMode selectionMode) |
Copyright © 2015–2021 Fiji. All rights reserved.