public static enum MenuLineLayoutOrder.Item extends java.lang.Enum<MenuLineLayoutOrder.Item>
MenuLineLayout
.Enum Constant and Description |
---|
INFO
An additional info-
Component delivered by the TabPane |
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(java.lang.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
Component
delivered by the TabPane
public static MenuLineLayoutOrder.Item[] values()
for (MenuLineLayoutOrder.Item c : MenuLineLayoutOrder.Item.values()) System.out.println(c);
public static MenuLineLayoutOrder.Item 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