public static enum UI2dContainer.ArrowKeyFocus extends Enum<UI2dContainer.ArrowKeyFocus>
| Enum Constant and Description |
|---|
HORIZONTAL |
NONE |
VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
static UI2dContainer.ArrowKeyFocus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UI2dContainer.ArrowKeyFocus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UI2dContainer.ArrowKeyFocus NONE
public static final UI2dContainer.ArrowKeyFocus VERTICAL
public static final UI2dContainer.ArrowKeyFocus HORIZONTAL
public static UI2dContainer.ArrowKeyFocus[] values()
for (UI2dContainer.ArrowKeyFocus c : UI2dContainer.ArrowKeyFocus.values()) System.out.println(c);
public static UI2dContainer.ArrowKeyFocus 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 nullLX library by Mark C. Slee. © 2012-2020