public final class FileChooserAction
extends org.freedesktop.bindings.Constant
Modifier and Type | Field and Description |
---|---|
static FileChooserAction |
CREATE_FOLDER
Create folder mode: put the FileChooser into a mode whereby it is
creating a new directory.
|
static FileChooserAction |
OPEN
Open mode: the FileChooser will only let the user pick an existing
file.
|
static FileChooserAction |
SAVE
Save mode: the FileChooser will come up in a form suited to saving
files.
|
static FileChooserAction |
SELECT_FOLDER
Open folder mode: set the FileChooser to enable the user pick a
specific directory.
|
public static final FileChooserAction CREATE_FOLDER
public static final FileChooserAction OPEN
public static final FileChooserAction SAVE
public static final FileChooserAction SELECT_FOLDER