treebolic.generator
Enum Controller.Code
java.lang.Object
java.lang.Enum<Controller.Code>
treebolic.generator.Controller.Code
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Controller.Code>
- Enclosing class:
- Controller
public static enum Controller.Code
- extends java.lang.Enum<Controller.Code>
Command code
Method Summary |
static Controller.Code |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Controller.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NEW
public static final Controller.Code NEW
OPEN
public static final Controller.Code OPEN
OPENURL
public static final Controller.Code OPENURL
IMPORTXSL
public static final Controller.Code IMPORTXSL
IMPORTPROVIDER
public static final Controller.Code IMPORTPROVIDER
EXPORT
public static final Controller.Code EXPORT
SAVE
public static final Controller.Code SAVE
SAVEAS
public static final Controller.Code SAVEAS
NEWELEMENT
public static final Controller.Code NEWELEMENT
REMOVEELEMENT
public static final Controller.Code REMOVEELEMENT
EXPORTSETTINGS
public static final Controller.Code EXPORTSETTINGS
NORMALIZEIDS
public static final Controller.Code NORMALIZEIDS
LISTIMAGES
public static final Controller.Code LISTIMAGES
LISTLINKS
public static final Controller.Code LISTLINKS
LISTMOUNTS
public static final Controller.Code LISTMOUNTS
LISTIDS
public static final Controller.Code LISTIDS
MAKESITE
public static final Controller.Code MAKESITE
RUNSITE
public static final Controller.Code RUNSITE
SETTINGS
public static final Controller.Code SETTINGS
SETTINGSBASE
public static final Controller.Code SETTINGSBASE
SETTINGSURL
public static final Controller.Code SETTINGSURL
UPDATE
public static final Controller.Code UPDATE
OPTIONTREEBOLICRENDERER
public static final Controller.Code OPTIONTREEBOLICRENDERER
OPTIONVALIDATEXML
public static final Controller.Code OPTIONVALIDATEXML
OPTIONFOCUSPARENT
public static final Controller.Code OPTIONFOCUSPARENT
EXPANDTREE
public static final Controller.Code EXPANDTREE
COLLAPSETREE
public static final Controller.Code COLLAPSETREE
SELECTTOP
public static final Controller.Code SELECTTOP
SELECTTREE
public static final Controller.Code SELECTTREE
SELECTNODES
public static final Controller.Code SELECTNODES
SELECTEDGES
public static final Controller.Code SELECTEDGES
DTD
public static final Controller.Code DTD
ABOUT
public static final Controller.Code ABOUT
HELP
public static final Controller.Code HELP
values
public static Controller.Code[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Controller.Code c : Controller.Code.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Controller.Code valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null