Package ntnu.team1.application.task
Class ShowByCategoryController
java.lang.Object
ntnu.team1.application.task.ShowByCategoryController
Class used for displaying tasks by catgeory
-
Field Summary
FieldsModifier and TypeFieldDescriptionjavafx.scene.control.Button
Button for deleting all tasks in a categoryjavafx.scene.layout.AnchorPane
Pane used as the upper element -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Initial method that is called at class loading Sets and creates tableview, creates buttons and configures all other elements
-
Field Details
-
Pane
public javafx.scene.layout.AnchorPane PanePane used as the upper element -
deleteAllTool
public javafx.scene.control.Button deleteAllToolButton for deleting all tasks in a category
-
-
Constructor Details
-
ShowByCategoryController
public ShowByCategoryController()
-
-
Method Details
-
initialize
public void initialize()Initial method that is called at class loading Sets and creates tableview, creates buttons and configures all other elements
-