Package ntnu.team1.application.task
Class TaskListController
java.lang.Object
ntnu.team1.application.task.TaskListController
Class used for displaying the tasks througfh a tableView
-
Field Summary
FieldsModifier and TypeFieldDescriptionjavafx.scene.layout.AnchorPane
Pane used as the upper element -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Initalize method that is run when the class is loaded.
-
Field Details
-
Pane
public javafx.scene.layout.AnchorPane PanePane used as the upper element
-
-
Constructor Details
-
TaskListController
public TaskListController()
-
-
Method Details
-
initialize
public void initialize()Initalize method that is run when the class is loaded. Creates the table view and updates it. Also creates buttons that are needed
-