| Package | Description |
|---|---|
| eu.fthevenet.binjr.dialogs | |
| eu.fthevenet.binjr.preferences |
| Modifier and Type | Method and Description |
|---|---|
static UserInterfaceThemes |
UserInterfaceThemes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserInterfaceThemes |
UserInterfaceThemes.valueOf(java.lang.String name,
UserInterfaceThemes defaultValue) |
static UserInterfaceThemes[] |
UserInterfaceThemes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static UserInterfaceThemes |
UserInterfaceThemes.valueOf(java.lang.String name,
UserInterfaceThemes defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
UserInterfaceThemes |
GlobalPreferences.getUserInterfaceTheme()
Gets the current UI theme
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.Property<UserInterfaceThemes> |
GlobalPreferences.userInterfaceThemeProperty()
The UI theme property
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalPreferences.setUserInterfaceTheme(UserInterfaceThemes userInterfaceTheme)
Sets the UI theme
|
Copyright © 2018 Frederic Thevenet. All rights reserved.