Enum Constant and Description |
---|
STATE_INIT |
STATE_KEY_GESTURE_PROCESSOR |
STATE_PROCESSED |
STATE_SECOND_STROKE_IN_PROGRESS |
STATE_WAIT_FOR_POSSIBLE_ALT_GR |
STATE_WAIT_FOR_SECOND_KEYSTROKE |
Modifier and Type | Method and Description |
---|---|
static KeyState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyState STATE_INIT
public static final KeyState STATE_WAIT_FOR_SECOND_KEYSTROKE
public static final KeyState STATE_SECOND_STROKE_IN_PROGRESS
public static final KeyState STATE_PROCESSED
public static final KeyState STATE_KEY_GESTURE_PROCESSOR
public static final KeyState STATE_WAIT_FOR_POSSIBLE_ALT_GR
public static KeyState[] values()
for (KeyState c : KeyState.values()) System.out.println(c);
public static KeyState 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