public static enum MenuLineLayoutOrder.Item extends Enum<MenuLineLayoutOrder.Item>
MenuLineLayout
.Enum Constant and Description |
---|
INFO
|
MENU
The menu showing overflowing tabs, might not always be visible
|
TABS
The tabs of the various
Dockable s |
Modifier and Type | Method and Description |
---|---|
static MenuLineLayoutOrder.Item |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MenuLineLayoutOrder.Item[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MenuLineLayoutOrder.Item MENU
public static final MenuLineLayoutOrder.Item TABS
Dockable
spublic static final MenuLineLayoutOrder.Item INFO
public static MenuLineLayoutOrder.Item[] values()
for (MenuLineLayoutOrder.Item c : MenuLineLayoutOrder.Item.values()) System.out.println(c);
public static MenuLineLayoutOrder.Item 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 null