All Classes
Class
Description
JavaFX App, this is the main class of the application.
The controller for
extendedTask.fxml
.List
represents list of tasks.Launcher class, its purpose is to launch the program through
App.java
.The controller for
main.fxml
.Checked exception that throws if item is not removed.
Save file class:
Creates a persistent
saveFile
.
Writes an object to the saveFile
.
Returns the object from the saveFile
.
Deletes the saveFile
.
Task
represents a single task yet to be completed
Task
is a mutable and serializable class.The controller for
task.fxml
.