public static enum CommonActionsPanel.Buttons extends java.lang.Enum<CommonActionsPanel.Buttons>
Modifier and Type | Field and Description |
---|---|
static CommonActionsPanel.Buttons[] |
ALL |
Modifier and Type | Method and Description |
---|---|
javax.swing.Icon |
getIcon() |
java.lang.String |
getText() |
static CommonActionsPanel.Buttons |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommonActionsPanel.Buttons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonActionsPanel.Buttons ADD
public static final CommonActionsPanel.Buttons REMOVE
public static final CommonActionsPanel.Buttons EDIT
public static final CommonActionsPanel.Buttons UP
public static final CommonActionsPanel.Buttons DOWN
public static final CommonActionsPanel.Buttons[] ALL
public static CommonActionsPanel.Buttons[] values()
for (CommonActionsPanel.Buttons c : CommonActionsPanel.Buttons.values()) System.out.println(c);
public static CommonActionsPanel.Buttons 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 javax.swing.Icon getIcon()
public java.lang.String getText()