Modifier and Type | Method | Description |
---|---|---|
Appearances |
Appearances._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
Appearances |
AppearancePreferencesObject.getAppearance() |
The overall look of buttons, menus and windows.
|
static Appearances |
Appearances.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Appearances[] |
Appearances.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Appearances> |
Appearances._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
AppearancePreferencesObject.setAppearance(Appearances appearance) |
The overall look of buttons, menus and windows.
|