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