public enum GEvent extends Enum<GEvent>
Enum Constant and Description |
---|
CHANGED |
CLICKED |
COLLAPSED |
DESELECTED |
DRAGGED |
DRAGGING |
ENTERED |
EXPANDED |
GETS_FOCUS |
LOST_FOCUS |
PRESSED |
RELEASED |
SELECTED |
SELECTION_CHANGED |
VALUE_CHANGING |
VALUE_STEADY |
Modifier and Type | Method and Description |
---|---|
String |
getDesc()
Get a textual description of this event
|
String |
getType()
Get the error identifier.
|
String |
toString() |
static GEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GEvent CHANGED
public static final GEvent SELECTION_CHANGED
public static final GEvent ENTERED
public static final GEvent LOST_FOCUS
public static final GEvent GETS_FOCUS
public static final GEvent COLLAPSED
public static final GEvent EXPANDED
public static final GEvent DRAGGED
public static final GEvent CLICKED
public static final GEvent PRESSED
public static final GEvent RELEASED
public static final GEvent VALUE_CHANGING
public static final GEvent VALUE_STEADY
public static final GEvent DRAGGING
public static final GEvent SELECTED
public static final GEvent DESELECTED
public static GEvent[] values()
for (GEvent c : GEvent.values()) System.out.println(c);
public static GEvent 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 nullpublic String getDesc()
public String getType()
Processing library G4P by Peter Lager. (c) 2015