static enum SelectionPanel.Side extends Enum<SelectionPanel.Side>
| Modifier and Type | Method and Description |
|---|---|
static SelectionPanel.Side |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionPanel.Side[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectionPanel.Side LEFT
public static final SelectionPanel.Side RIGHT
public static SelectionPanel.Side[] values()
for (SelectionPanel.Side c : SelectionPanel.Side.values()) System.out.println(c);
public static SelectionPanel.Side 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 null