public enum ToolBarButtonType extends Enum<ToolBarButtonType>
Enum Constant and Description |
---|
BUTTON
Button
|
BUTTON_AND_MENU
Button and menu
|
CHECK_BOX
Checkbox
|
GROUP
Group
|
MENU
Menu
|
SEPARATOR
Separator
|
Modifier and Type | Method and Description |
---|---|
static ToolBarButtonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToolBarButtonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToolBarButtonType BUTTON
public static final ToolBarButtonType BUTTON_AND_MENU
public static final ToolBarButtonType MENU
public static final ToolBarButtonType SEPARATOR
public static final ToolBarButtonType GROUP
public static final ToolBarButtonType CHECK_BOX
public static ToolBarButtonType[] values()
for (ToolBarButtonType c : ToolBarButtonType.values()) System.out.println(c);
public static ToolBarButtonType 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 2009-2012 Micro Focus. All Rights Reserved.