Class Task

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

public class Task extends Object
  • Property Details

  • Constructor Details

    • Task

      public Task()
      initialize default values
  • Method Details

    • afterUnmarshal

      public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
      Postprocessing sets task dependent data
    • getCurrentPath

      public String getCurrentPath()
      Gets the value of the property currentPath.
      Property description:
    • currentPathProperty

      public javafx.beans.property.StringProperty currentPathProperty()
      See Also:
    • getRecentPaths

      public List<String> getRecentPaths()
      Gets the value of the property recentPaths.
      Property description:
    • setRecentPaths

      public void setRecentPaths(List<String> recentPaths)
      Sets the value of the property recentPaths.
      Property description:
    • recentPathsProperty

      public javafx.beans.property.ListProperty<String> recentPathsProperty()
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object