public static enum GGMessageBox.ButtonLayout extends java.lang.Enum<GGMessageBox.ButtonLayout>
| Enum Constant and Description | 
|---|
ABORT_RETRY_IGNORE  | 
OK  | 
OK_CANCEL  | 
RETRY_CANCEL  | 
YES_NO  | 
YES_NO_CANCEL  | 
| Modifier and Type | Method and Description | 
|---|---|
static GGMessageBox.ButtonLayout | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static GGMessageBox.ButtonLayout[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final GGMessageBox.ButtonLayout OK
public static final GGMessageBox.ButtonLayout ABORT_RETRY_IGNORE
public static final GGMessageBox.ButtonLayout OK_CANCEL
public static final GGMessageBox.ButtonLayout RETRY_CANCEL
public static final GGMessageBox.ButtonLayout YES_NO
public static final GGMessageBox.ButtonLayout YES_NO_CANCEL
public static GGMessageBox.ButtonLayout[] values()
for (GGMessageBox.ButtonLayout c : GGMessageBox.ButtonLayout.values()) System.out.println(c);
public static GGMessageBox.ButtonLayout 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 null