public static enum GEnvironment.UIElementColor extends Enum<GEnvironment.UIElementColor>
Enum Constant and Description |
---|
TextFieldBackground |
TextFieldDisabledBackground |
TextFieldDisabledForeground |
TextFieldForeground |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
getSwingElementList()
Get the list of swing element keywords to be modified when changing the element.
|
static GEnvironment.UIElementColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GEnvironment.UIElementColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GEnvironment.UIElementColor TextFieldBackground
public static final GEnvironment.UIElementColor TextFieldForeground
public static final GEnvironment.UIElementColor TextFieldDisabledBackground
public static final GEnvironment.UIElementColor TextFieldDisabledForeground
public static GEnvironment.UIElementColor[] values()
for (GEnvironment.UIElementColor c : GEnvironment.UIElementColor.values()) System.out.println(c);
public static GEnvironment.UIElementColor 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 © 2024. All rights reserved.