public static enum ThemeManager.LAF extends java.lang.Enum<ThemeManager.LAF>
Enum Constant and Description |
---|
CROSSPLATFORM |
GTK |
JGOODIES |
SUBSTANCE |
SYSTEM |
Modifier and Type | Method and Description |
---|---|
static ThemeManager.LAF |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThemeManager.LAF[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThemeManager.LAF SYSTEM
public static final ThemeManager.LAF CROSSPLATFORM
public static final ThemeManager.LAF GTK
public static final ThemeManager.LAF JGOODIES
public static final ThemeManager.LAF SUBSTANCE
public static ThemeManager.LAF[] values()
for (ThemeManager.LAF c : ThemeManager.LAF.values()) System.out.println(c);
public static ThemeManager.LAF 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