Class Task


  • public class Task
    extends Object
    • Constructor Detail

      • Task

        public Task()
        initialize default values
    • Method Detail

      • afterUnmarshal

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

        public String getCurrentPath()
      • currentPathProperty

        public javafx.beans.property.StringProperty currentPathProperty()
      • getRecentPaths

        public List<String> getRecentPaths()
      • setRecentPaths

        public void setRecentPaths​(List<String> recentPaths)
      • recentPathsProperty

        public javafx.beans.property.ListProperty<String> recentPathsProperty()