public static enum BaseXFileChooser.Mode extends 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(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2015 BaseX Team. All rights reserved.