static enum ValidatorListManagementDialog.BUTTONS extends java.lang.Enum<ValidatorListManagementDialog.BUTTONS>
Modifier and Type | Field and Description |
---|---|
private javax.swing.ImageIcon |
icon |
private int |
index |
private java.lang.String |
name |
Modifier and Type | Method and Description |
---|---|
javax.swing.ImageIcon |
getImageIcon() |
int |
getIndex() |
java.lang.String |
getName() |
static ValidatorListManagementDialog.BUTTONS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValidatorListManagementDialog.BUTTONS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidatorListManagementDialog.BUTTONS OK
public static final ValidatorListManagementDialog.BUTTONS CANCEL
private int index
private java.lang.String name
private javax.swing.ImageIcon icon
public static ValidatorListManagementDialog.BUTTONS[] values()
for (ValidatorListManagementDialog.BUTTONS c : ValidatorListManagementDialog.BUTTONS.values()) System.out.println(c);
public static ValidatorListManagementDialog.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.ImageIcon getImageIcon()
public int getIndex()
public java.lang.String getName()