public static enum EditorEvent.State extends Enum<EditorEvent.State>
| Modifier and Type | Method and Description |
|---|---|
static EditorEvent.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditorEvent.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorEvent.State STOPPED
public static final EditorEvent.State CANCELLED
public static final EditorEvent.State VALID
public static final EditorEvent.State INVALID
public static EditorEvent.State[] values()
for (EditorEvent.State c : EditorEvent.State.values()) System.out.println(c);
public static EditorEvent.State 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 © 2017. All rights reserved.