public static enum ButtonGroupEditor.ActionDisplayStyle extends java.lang.Enum<ButtonGroupEditor.ActionDisplayStyle>
| Enum Constant and Description | 
|---|
BOTH
Display both icon and text for the menu items. 
 | 
ICON
Display only icon for the menu items. 
 | 
TEXT
Display only text for the menu items. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ButtonGroupEditor.ActionDisplayStyle | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ButtonGroupEditor.ActionDisplayStyle[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ButtonGroupEditor.ActionDisplayStyle TEXT
public static final ButtonGroupEditor.ActionDisplayStyle ICON
public static final ButtonGroupEditor.ActionDisplayStyle BOTH
public static ButtonGroupEditor.ActionDisplayStyle[] values()
for (ButtonGroupEditor.ActionDisplayStyle c : ButtonGroupEditor.ActionDisplayStyle.values()) System.out.println(c);
public static ButtonGroupEditor.ActionDisplayStyle 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© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.