Class ShowByCategoryController

java.lang.Object
ntnu.team1.application.task.ShowByCategoryController

public class ShowByCategoryController extends Object
Class used for displaying tasks by catgeory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    javafx.scene.control.Button
    Button for deleting all tasks in a category
    javafx.scene.layout.AnchorPane
    Pane used as the upper element
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initial method that is called at class loading Sets and creates tableview, creates buttons and configures all other elements

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • Pane

      public javafx.scene.layout.AnchorPane Pane
      Pane used as the upper element
    • deleteAllTool

      public javafx.scene.control.Button deleteAllTool
      Button 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