Class SideBar
java.lang.Object
edu.ntnu.stud.idatt1005.team3.view.sidebar.SideBar
Class representing the sidebar of the application.
-
Constructor Summary
ConstructorsConstructorDescriptionSideBar
(SceneController sceneController) Creates the sidebar of the application. -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.Node
getNode()
Returns the sidebar of the application.
-
Constructor Details
-
SideBar
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
-
getInventoryButton
-
getRecipeLibraryButton
-
getShoppingListButton
-