public static enum EditorMenuState.Event extends java.lang.Enum<EditorMenuState.Event>
| Enum Constant and Description |
|---|
ACCEPT_AND_LEAVE |
CANCEL_AND_LEAVE |
ENTER_TOOL |
LEAVE_AND_REVERT_TOOL |
LEAVE_TOOL |
TOOL_STACK_CHANGED |
| Modifier and Type | Method and Description |
|---|---|
static EditorMenuState.Event |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EditorMenuState.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorMenuState.Event ACCEPT_AND_LEAVE
public static final EditorMenuState.Event CANCEL_AND_LEAVE
public static final EditorMenuState.Event TOOL_STACK_CHANGED
public static final EditorMenuState.Event ENTER_TOOL
public static final EditorMenuState.Event LEAVE_TOOL
public static final EditorMenuState.Event LEAVE_AND_REVERT_TOOL
public static EditorMenuState.Event[] values()
for (EditorMenuState.Event c : EditorMenuState.Event.values()) System.out.println(c);
public static EditorMenuState.Event 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