public static enum TextButtonPanel.EnterAction extends Enum<TextButtonPanel.EnterAction>
Enum Constant and Description |
---|
DO_NOTHING |
OPEN_DROP_DOWN |
Modifier and Type | Method and Description |
---|---|
static TextButtonPanel.EnterAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextButtonPanel.EnterAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextButtonPanel.EnterAction OPEN_DROP_DOWN
public static final TextButtonPanel.EnterAction DO_NOTHING
public static TextButtonPanel.EnterAction[] values()
for (TextButtonPanel.EnterAction c : TextButtonPanel.EnterAction.values()) System.out.println(c);
public static TextButtonPanel.EnterAction 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 nullCopyright © 2008–2013. All rights reserved.