public static enum GermGuiCheckbox.EventType extends java.lang.Enum<GermGuiCheckbox.EventType>
Enum Constant and Description |
---|
BEGIN_HOVER |
CANCELLED |
CHECKED |
LEAVE_HOVER |
LEFT_CLICK |
RIGHT_CLICK |
Modifier and Type | Method and Description |
---|---|
static GermGuiCheckbox.EventType |
getDosType(int i) |
static GermGuiCheckbox.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GermGuiCheckbox.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GermGuiCheckbox.EventType LEFT_CLICK
public static final GermGuiCheckbox.EventType RIGHT_CLICK
public static final GermGuiCheckbox.EventType BEGIN_HOVER
public static final GermGuiCheckbox.EventType LEAVE_HOVER
public static final GermGuiCheckbox.EventType CHECKED
public static final GermGuiCheckbox.EventType CANCELLED
public static GermGuiCheckbox.EventType[] values()
for (GermGuiCheckbox.EventType c : GermGuiCheckbox.EventType.values()) System.out.println(c);
public static GermGuiCheckbox.EventType 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 static GermGuiCheckbox.EventType getDosType(int i)