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