Uses of Class
stud.ntnu.idatt1005.pantrypal.controllers.CookbookController
Packages that use CookbookController
-
Uses of CookbookController in stud.ntnu.idatt1005.pantrypal
Fields in stud.ntnu.idatt1005.pantrypal declared as CookbookController -
Uses of CookbookController in stud.ntnu.idatt1005.pantrypal.controllers
Fields in stud.ntnu.idatt1005.pantrypal.controllers declared as CookbookControllerModifier and TypeFieldDescriptionprivate final CookbookController
AddRecipeController.cookBookController
Constructors in stud.ntnu.idatt1005.pantrypal.controllers with parameters of type CookbookControllerModifierConstructorDescriptionAddRecipeController
(ViewManager viewManager, CookbookController cookBookController) Constructor that takes in a ViewManager and a CookBookController.