public static enum ApplicationTabAppearance.FontStyle extends Enum<ApplicationTabAppearance.FontStyle>
Enum Constant and Description |
---|
BOLD
The bold font style.
|
PLAIN
The default plain font style.
|
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
public static final ApplicationTabAppearance.FontStyle PLAIN
public static final ApplicationTabAppearance.FontStyle BOLD
public static 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 nameNullPointerException
- if the argument is nullCopyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500