Package de.hsh.graja.gui.model
Class UserPref
java.lang.Object
de.hsh.graja.gui.model.UserPref
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.StringProperty
javafx.beans.property.StringProperty
Gets the value of the property directory.Gets the value of the property format.void
setDirectory
(String directory) Sets the value of the property directory.void
Sets the value of the property format.void
setWindowHeight
(Double windowHeight) void
setWindowWidth
(Double windowWidth) javafx.beans.property.DoubleProperty
javafx.beans.property.DoubleProperty
-
Property Details
-
format
public javafx.beans.property.StringProperty formatProperty- See Also:
-
directory
public javafx.beans.property.StringProperty directoryProperty- See Also:
-
-
Constructor Details
-
UserPref
public UserPref()initialize default values
-
-
Method Details
-
getFormat
Gets the value of the property format.- Property description:
-
setFormat
Sets the value of the property format.- Property description:
-
formatProperty
public javafx.beans.property.StringProperty formatProperty()- See Also:
-
getDirectory
Gets the value of the property directory.- Property description:
-
setDirectory
Sets the value of the property directory.- Property description:
-
directoryProperty
public javafx.beans.property.StringProperty directoryProperty()- See Also:
-
getWindowHeight
-
setWindowHeight
-
windowHeight
public javafx.beans.property.DoubleProperty windowHeight() -
getWindowWidth
-
setWindowWidth
-
windowWidth
public javafx.beans.property.DoubleProperty windowWidth()
-