public enum LabelPartSectionsEnum extends java.lang.Enum<LabelPartSectionsEnum>
Enum Constant and Description |
---|
BAR
The bars
|
CONTENT
Der Hauptbereich
|
FOOTER
Der Fußbereich
|
GENERAL_BUTTONS
General buttons, height 0 as it takes the whole window size
|
TITLE
Der Titeltextbereich
|
TOP
Section on the top of the first bar
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Returns the height of the Enum
|
java.lang.String |
getName()
Return the name of the Enum
|
static LabelPartSectionsEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelPartSectionsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelPartSectionsEnum TOP
public static final LabelPartSectionsEnum BAR
public static final LabelPartSectionsEnum TITLE
public static final LabelPartSectionsEnum CONTENT
public static final LabelPartSectionsEnum FOOTER
public static final LabelPartSectionsEnum GENERAL_BUTTONS
public static LabelPartSectionsEnum[] values()
for (LabelPartSectionsEnum c : LabelPartSectionsEnum.values()) System.out.println(c);
public static LabelPartSectionsEnum 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 nullpublic int getHeight()
public java.lang.String getName()