public static enum BaseXFileChooser.Mode extends java.lang.Enum<BaseXFileChooser.Mode>
| Enum Constant and Description |
|---|
DOPEN
Open directory.
|
DSAVE
Save file or directory.
|
FDOPEN
Open file or directory.
|
FOPEN
Open file.
|
FSAVE
Save file.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseXFileChooser.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseXFileChooser.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseXFileChooser.Mode FOPEN
public static final BaseXFileChooser.Mode FDOPEN
public static final BaseXFileChooser.Mode DOPEN
public static final BaseXFileChooser.Mode FSAVE
public static final BaseXFileChooser.Mode DSAVE
public static BaseXFileChooser.Mode[] values()
for (BaseXFileChooser.Mode c : BaseXFileChooser.Mode.values()) System.out.println(c);
public static BaseXFileChooser.Mode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null