Modifier and Type | Field and Description |
---|---|
(package private) Theme |
Menu.themeChoice
A
Theme type denoting which theme is currently selected. |
Modifier and Type | Method and Description |
---|---|
static Theme |
Theme.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Theme[] |
Theme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Theme.getTheme(Theme themeChoice)
Returns the current Theme
|
static java.lang.String |
Theme.getThemeNum(Theme themeChoice)
Returns the current Theme as a number
|