Uses of Class
task.Task

Packages that use Task 
Package Description
gui  
storage  
task  
  • Uses of Task in gui

    Fields in gui with type parameters of type Task 
    Modifier and Type Field Description
    static java.util.List<Task> Screen.tasks  
  • Uses of Task in storage

    Method parameters in storage with type arguments of type Task 
    Modifier and Type Method Description
    void Memory.save​(java.util.List<Task> tasks)  
  • Uses of Task in task

    Fields in task with type parameters of type Task 
    Modifier and Type Field Description
    static java.util.List<Task> Main.tasks