Uses of Class
edu.ntnu.stud.idatt1005.team3.database.TheCookbookDB
Packages that use TheCookbookDB
Package
Description
-
Uses of TheCookbookDB in edu.ntnu.stud.idatt1005.team3.controller
Methods in edu.ntnu.stud.idatt1005.team3.controller with parameters of type TheCookbookDBModifier and TypeMethodDescriptionvoid
ShoppingListController.addRecipeIngredients
(TheCookbookDB db, int recipeId) Adds ingredients from a chosen recipe to the shopping list.ShoppingListController.checkInventory
(TheCookbookDB db, List<FoodItem> shoppingList) Checks the shopping list against the inventory in the database.Constructors in edu.ntnu.stud.idatt1005.team3.controller with parameters of type TheCookbookDBModifierConstructorDescriptionSceneController
(javafx.stage.Stage primaryStage, TheCookbookDB db, ShoppingListController slController) Creates a new scene controller. -
Uses of TheCookbookDB in edu.ntnu.stud.idatt1005.team3.view.pages
Constructors in edu.ntnu.stud.idatt1005.team3.view.pages with parameters of type TheCookbookDBModifierConstructorDescriptionInventoryPage
(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 TheCookbookDB in edu.ntnu.stud.idatt1005.team3.view.pages.subpages
Constructors in edu.ntnu.stud.idatt1005.team3.view.pages.subpages with parameters of type TheCookbookDBModifierConstructorDescriptionAddIngredientPopUp
(TheCookbookDB db, int recipeDBID, NewRecipePage newRecipePage) NewFoodItemPopUp
(SceneController sceneController, TheCookbookDB db) NewRecipePage
(SceneController sceneController, TheCookbookDB db) -
Uses of TheCookbookDB in edu.ntnu.stud.idatt1005.team3.view.pages.subpages.buttons
Constructors in edu.ntnu.stud.idatt1005.team3.view.pages.subpages.buttons with parameters of type TheCookbookDBModifierConstructorDescriptionAddToShoppingList
(ShoppingListController shoppingListController, Recipe recipe, TheCookbookDB db)