Uses of Class
edu.ntnu.stud.idatt1005.team3.controller.SceneController
Packages that use SceneController
Package
Description
-
Uses of SceneController in edu.ntnu.stud.idatt1005.team3.view.pages
Methods in edu.ntnu.stud.idatt1005.team3.view.pages that return SceneControllerModifier and TypeMethodDescriptionRecipeLibraryPage.getSceneController()
Returns the scene controller for the application.Methods in edu.ntnu.stud.idatt1005.team3.view.pages with parameters of type SceneControllerModifier and TypeMethodDescriptionjavafx.scene.layout.VBox
HomePage.getHomeElements
(SceneController sceneController) Creates the elements of the home page.void
RecipeLibraryPage.handleUpdate
(Recipe recipe, int updateType, SceneController sceneController, javafx.scene.layout.VBox col1, javafx.scene.layout.VBox col2, javafx.scene.layout.VBox col3) Handles the update of the recipe library page when database is updated.Constructors in edu.ntnu.stud.idatt1005.team3.view.pages with parameters of type SceneControllerModifierConstructorDescriptionHomePage
(SceneController sceneController) Creates the home page of the application.InventoryPage
(SceneController sceneController, TheCookbookDB db) Creates the inventory page of the application.RecipeLibraryPage
(SceneController sceneController, TheCookbookDB db) Constructs the recipe library page of the application.ShoppingListPage
(SceneController sceneController, TheCookbookDB db, ShoppingListController slController) Creates the shopping list page of the application.SingleRecipePage
(SceneController sceneController, TheCookbookDB db, Recipe recipe, ShoppingListController slController) Creates a new single recipe page. -
Uses of SceneController in edu.ntnu.stud.idatt1005.team3.view.pages.pageelements
Constructors in edu.ntnu.stud.idatt1005.team3.view.pages.pageelements with parameters of type SceneControllerModifierConstructorDescriptionRecipeCard
(Recipe recipe, SceneController sceneController) Constructor for the RecipeCard class. -
Uses of SceneController in edu.ntnu.stud.idatt1005.team3.view.pages.subpages
Constructors in edu.ntnu.stud.idatt1005.team3.view.pages.subpages with parameters of type SceneControllerModifierConstructorDescriptionNewFoodItemPopUp
(SceneController sceneController, TheCookbookDB db) NewRecipePage
(SceneController sceneController, TheCookbookDB db) -
Uses of SceneController in edu.ntnu.stud.idatt1005.team3.view.sidebar
Constructors in edu.ntnu.stud.idatt1005.team3.view.sidebar with parameters of type SceneControllerModifierConstructorDescriptionSideBar
(SceneController sceneController) Creates the sidebar of the application. -
Uses of SceneController in edu.ntnu.stud.idatt1005.team3.view.sidebar.buttons
Constructors in edu.ntnu.stud.idatt1005.team3.view.sidebar.buttons with parameters of type SceneControllerModifierConstructorDescriptionHomeButton
(SceneController sceneController) Constructs a new home button.InventoryButton
(SceneController sceneController) Constructs a new inventory button.RecipeLibraryButton
(SceneController sceneController) Constructs a new recipe library button.ShoppingListButton
(SceneController sceneController) Constructs a new shopping list button.