public enum GEvent extends java.lang.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 |
---|---|
java.lang.String |
getDesc()
Get a textual description of this event
|
java.lang.String |
getType()
Get the error identifier.
|
java.lang.String |
toString() |
static GEvent |
valueOf(java.lang.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(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 nullpublic java.lang.String getDesc()
public java.lang.String getType()
public java.lang.String toString()
toString
in class java.lang.Enum<GEvent>
Processing library G4P by Peter Lager. (c) 2017