Enum Constant and Description |
---|
ANIMFRAME |
APPLETREADY |
ATOMMOVED |
CLICK |
DRAGDROP |
ECHO |
ERROR |
EVAL |
HOVER |
LOADSTRUCT |
MEASURE |
MESSAGE |
MINIMIZATION |
PICK |
RESIZE |
SCRIPT |
STRUCTUREMODIFIED |
SYNC |
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
nameList |
Modifier and Type | Method and Description |
---|---|
static CBK |
getCallback(java.lang.String name) |
static java.lang.String |
getNameList() |
static CBK |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CBK[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CBK ANIMFRAME
public static final CBK APPLETREADY
public static final CBK ATOMMOVED
public static final CBK CLICK
public static final CBK DRAGDROP
public static final CBK ECHO
public static final CBK ERROR
public static final CBK EVAL
public static final CBK HOVER
public static final CBK LOADSTRUCT
public static final CBK MEASURE
public static final CBK MESSAGE
public static final CBK MINIMIZATION
public static final CBK PICK
public static final CBK RESIZE
public static final CBK SCRIPT
public static final CBK SYNC
public static final CBK STRUCTUREMODIFIED
public static CBK[] values()
for (CBK c : CBK.values()) System.out.println(c);
public static CBK 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 nullpublic static CBK getCallback(java.lang.String name)
public static java.lang.String getNameList()