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 TypeMethodDescriptionvoid
void
Removes givenTask
from 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 TypeMethodDescriptionvoid
void
ExtendedTaskController.initialize(Task task)
Fills information into the extended viewvoid
TaskController.initialize(Task task)
Fills the element with informationvoid
TaskController.setDueDate(Task task)
Sets the due date label, it also formats the label depending on the due dates relation to the current datevoid
void
MainController.showTaskExtendedLayer(Task target, javafx.scene.layout.StackPane root)
Method parameters in no.ntnu.idatt.controller with type arguments of type TaskModifier and TypeMethodDescriptionvoid
MainController.addTasksToTaskList(ArrayList<Task> tasks)
Adds every task in a list of tasks to the main screen