Class UserPref

java.lang.Object
de.hsh.graja.gui.model.UserPref

public class UserPref extends Object
  • Property Details

  • Constructor Details

    • UserPref

      public UserPref()
      initialize default values
  • Method Details

    • getFormat

      public String getFormat()
      Gets the value of the property format.
      Property description:
    • setFormat

      public void setFormat(String format)
      Sets the value of the property format.
      Property description:
    • formatProperty

      public javafx.beans.property.StringProperty formatProperty()
      See Also:
    • getDirectory

      public String getDirectory()
      Gets the value of the property directory.
      Property description:
    • setDirectory

      public void setDirectory(String directory)
      Sets the value of the property directory.
      Property description:
    • directoryProperty

      public javafx.beans.property.StringProperty directoryProperty()
      See Also:
    • getWindowHeight

      public Double getWindowHeight()
    • setWindowHeight

      public void setWindowHeight(Double windowHeight)
    • windowHeight

      public javafx.beans.property.DoubleProperty windowHeight()
    • getWindowWidth

      public Double getWindowWidth()
    • setWindowWidth

      public void setWindowWidth(Double windowWidth)
    • windowWidth

      public javafx.beans.property.DoubleProperty windowWidth()