public static enum ListBox.ListAction extends java.lang.Enum<ListBox.ListAction>
| Modifier and Type | Method and Description |
|---|---|
static ListBox.ListAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListBox.ListAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListBox.ListAction Down
public static final ListBox.ListAction Up
public static final ListBox.ListAction Click
public static final ListBox.ListAction Entered
public static final ListBox.ListAction Exited
public static ListBox.ListAction[] values()
for (ListBox.ListAction c : ListBox.ListAction.values()) System.out.println(c);
public static ListBox.ListAction 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