Uses of Class
ntnu.team1.backend.objects.Task
Packages that use Task
Package
Description
Contains helpers used for various things
Contains all files used for creating, editing, removing and viewing tasks
Contains all classes relevant to the backend of the application
-
Uses of Task in ntnu.team1.application.helpers
Methods in ntnu.team1.application.helpers with parameters of type TaskModifier and TypeMethodDescriptionstatic void
Method for creating a window where you can edit an existing taskstatic void
RegisterModifiers.removeTask(Task task)
Creates a confiramtion dialog for removing a task -
Uses of Task in ntnu.team1.application.task
Constructors in ntnu.team1.application.task with parameters of type TaskModifierConstructorDescriptionTaskDialog(Task task, boolean editable)
Constructor for TaskDialog -
Uses of Task in ntnu.team1.backend
Methods in ntnu.team1.backend that return TaskModifier and TypeMethodDescriptionMainRegister.getTask(int id)
Returns a task according to the idMethods in ntnu.team1.backend that return types with arguments of type TaskMethod parameters in ntnu.team1.backend with type arguments of type Task