Package de.hsh.graja.gui.model
Class Task
java.lang.Object
de.hsh.graja.gui.model.Task
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.StringProperty
javafx.beans.property.ListProperty<String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterUnmarshal
(javax.xml.bind.Unmarshaller unmarshaller, Object parent) Postprocessing sets task dependent datajavafx.beans.property.StringProperty
Gets the value of the property currentPath.Gets the value of the property recentPaths.javafx.beans.property.ListProperty<String>
void
setRecentPaths
(List<String> recentPaths) Sets the value of the property recentPaths.toString()
-
Property Details
-
currentPath
public javafx.beans.property.StringProperty currentPathProperty- See Also:
-
recentPaths
- See Also:
-
-
Constructor Details
-
Task
public Task()initialize default values
-
-
Method Details
-
afterUnmarshal
Postprocessing sets task dependent data -
getCurrentPath
Gets the value of the property currentPath.- Property description:
-
currentPathProperty
public javafx.beans.property.StringProperty currentPathProperty()- See Also:
-
getRecentPaths
Gets the value of the property recentPaths.- Property description:
-
setRecentPaths
Sets the value of the property recentPaths.- Property description:
-
recentPathsProperty
- See Also:
-
toString
-