Uses of Class
stud.ntnu.idatt1005.pantrypal.utils.ViewManager
Packages that use ViewManager
-
Uses of ViewManager in stud.ntnu.idatt1005.pantrypal
Fields in stud.ntnu.idatt1005.pantrypal declared as ViewManager -
Uses of ViewManager in stud.ntnu.idatt1005.pantrypal.controllers
Fields in stud.ntnu.idatt1005.pantrypal.controllers declared as ViewManagerModifier and TypeFieldDescriptionfinal ViewManager
Controller.viewManager
The view manager for the application.Constructors in stud.ntnu.idatt1005.pantrypal.controllers with parameters of type ViewManagerModifierConstructorDescriptionAddRecipeController
(ViewManager viewManager, CookbookController cookBookController) Constructor that takes in a ViewManager and a CookBookController.Controller
(ViewManager viewManager) Creates an instance of the controller, and sets the viewManager.CookbookController
(ViewManager viewManager, ShoppingListController shoppingListController, PantryController pantryController) Constructor for the CookbookController.HomeController
(ViewManager viewManager) Constructor that takes in a ViewManager and sets the view for the controller.LogInController
(ViewManager viewManager) Constructor that takes in a ViewManager and sets the view for the controllerPantryController
(ViewManager viewManager) Constructor for the PantryController.ShoppingListController
(ViewManager viewManager, PantryController pantryController) Constructs a new ShoppingListController with a given view manager and pantry controller.