Class SettingsViewModel

java.lang.Object
com.cryptoalgo.oursql.model.SettingsViewModel

public class SettingsViewModel extends Object
ViewModel for app settings. Can be used outside the Settings view controller. Acts as a bridge between JavaFX observables and preference nodes.
  • Property Summary

    Properties
    Type
    Property
    Description
    static javafx.beans.property.SimpleStringProperty
     
    static javafx.beans.property.SimpleBooleanProperty
    Get a read-write observable boolean property for the splash screen enabled pref.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static javafx.beans.property.SimpleStringProperty
     
    static javafx.beans.property.SimpleBooleanProperty
    Get a read-write observable boolean property for the splash screen enabled pref.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Property Details

    • splashEnabled

      public static javafx.beans.property.SimpleBooleanProperty splashEnabledProperty
      Get 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()