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