|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ApplicationTabAppearance.FontStyle>
de.espirit.firstspirit.client.gui.applications.ApplicationTabAppearance.FontStyle
public static enum ApplicationTabAppearance.FontStyle
The font style types.
ApplicationTabAppearance.getFontStyle()
,
ApplicationTabAppearance.Builder.fontStyle(de.espirit.firstspirit.client.gui.applications.ApplicationTabAppearance.FontStyle)
Enum Constant Summary | |
---|---|
BOLD
The bold font style. |
|
PLAIN
The default plain font style. |
Method Summary | |
---|---|
static ApplicationTabAppearance.FontStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ApplicationTabAppearance.FontStyle[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ApplicationTabAppearance.FontStyle PLAIN
public static final ApplicationTabAppearance.FontStyle BOLD
Method Detail |
---|
public static final ApplicationTabAppearance.FontStyle[] values()
for(ApplicationTabAppearance.FontStyle c : ApplicationTabAppearance.FontStyle.values()) System.out.println(c);
public static ApplicationTabAppearance.FontStyle valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |