java.lang.Object
com.cryptoalgo.oursql.model.SettingsViewModel
ViewModel for app settings. Can be used outside the Settings
view controller. Acts as a bridge between JavaFX observables and
preference nodes.
-
Property Summary
TypePropertyDescriptionstatic javafx.beans.property.SimpleStringProperty
static javafx.beans.property.SimpleBooleanProperty
Get a read-write observable boolean property for the splash screen enabled pref. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic javafx.beans.property.SimpleStringProperty
static javafx.beans.property.SimpleBooleanProperty
Get a read-write observable boolean property for the splash screen enabled pref.
-
Property Details
-
splashEnabled
public static javafx.beans.property.SimpleBooleanProperty splashEnabledPropertyGet a read-write observable boolean property for the splash screen enabled pref. -
lang
public static javafx.beans.property.SimpleStringProperty langProperty
-
-
Constructor Details
-
SettingsViewModel
public SettingsViewModel()
-
-
Method Details
-
splashEnabledProperty
public static javafx.beans.property.SimpleBooleanProperty splashEnabledProperty()Get a read-write observable boolean property for the splash screen enabled pref. -
langProperty
public static javafx.beans.property.SimpleStringProperty langProperty()
-