public enum RegisterSettingsButtonsEnum extends java.lang.Enum<RegisterSettingsButtonsEnum>
Enum Constant and Description |
---|
CONTENT_BACKGROUND_COLOR
the content font colour
|
CONTENT_FONT
the content font
|
INDEX_BACKGROUND_COLOR
the index background colour
|
INDEX_FONT
the index font
|
Modifier and Type | Method and Description |
---|---|
static RegisterSettingsButtonsEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegisterSettingsButtonsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegisterSettingsButtonsEnum INDEX_FONT
public static final RegisterSettingsButtonsEnum INDEX_BACKGROUND_COLOR
public static final RegisterSettingsButtonsEnum CONTENT_FONT
public static final RegisterSettingsButtonsEnum CONTENT_BACKGROUND_COLOR
public static RegisterSettingsButtonsEnum[] values()
for (RegisterSettingsButtonsEnum c : RegisterSettingsButtonsEnum.values()) System.out.println(c);
public static RegisterSettingsButtonsEnum 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