java.lang.Object
edu.ntnu.stud.idatt1005.team3.view.sidebar.SideBar

public class SideBar extends Object
Class representing the sidebar of the application.
  • Constructor Details

    • SideBar

      public SideBar(SceneController sceneController) throws FileNotFoundException
      Creates the sidebar of the application.
      Parameters:
      sceneController - The scene controller controlling the switching between scenes.
      Throws:
      FileNotFoundException - If the stylesheet file is not found.
  • Method Details

    • getNode

      public javafx.scene.Node getNode()
      Returns the sidebar of the application.
      Returns:
      Returns the sidebar of the application.
    • getHomeButton

      public HomeButton getHomeButton()
    • getInventoryButton

      public InventoryButton getInventoryButton()
    • getRecipeLibraryButton

      public RecipeLibraryButton getRecipeLibraryButton()
    • getShoppingListButton

      public ShoppingListButton getShoppingListButton()