Uses of Class
no.ntnu.idatt.Task
Packages that use Task
Package
Description
Main package.
Contains controllers for JavaFX functionality.
-
Uses of Task in no.ntnu.idatt
Methods in no.ntnu.idatt that return types with arguments of type TaskModifier and TypeMethodDescriptionList.getAllTasks()List.getCompletedTasks()List.getNonCompletedTasks()Methods in no.ntnu.idatt with parameters of type TaskModifier and TypeMethodDescriptionvoidvoidRemoves givenTaskfrom listMethod parameters in no.ntnu.idatt with type arguments of type Task -
Uses of Task in no.ntnu.idatt.controller
Fields in no.ntnu.idatt.controller declared as TaskMethods in no.ntnu.idatt.controller with parameters of type TaskModifier and TypeMethodDescriptionvoidvoidExtendedTaskController.initialize(Task task)Fills information into the extended viewvoidTaskController.initialize(Task task)Fills the element with informationvoidTaskController.setDueDate(Task task)Sets the due date label, it also formats the label depending on the due dates relation to the current datevoidvoidMainController.showTaskExtendedLayer(Task target, javafx.scene.layout.StackPane root)Method parameters in no.ntnu.idatt.controller with type arguments of type TaskModifier and TypeMethodDescriptionvoidMainController.addTasksToTaskList(ArrayList<Task> tasks)Adds every task in a list of tasks to the main screen