Uses of Class
stud.ntnu.idatt1005.pantrypal.registers.StepRegister
Packages that use StepRegister
-
Uses of StepRegister in stud.ntnu.idatt1005.pantrypal.controllers
Fields in stud.ntnu.idatt1005.pantrypal.controllers declared as StepRegister -
Uses of StepRegister in stud.ntnu.idatt1005.pantrypal.models
Fields in stud.ntnu.idatt1005.pantrypal.models declared as StepRegisterModifier and TypeFieldDescriptionprivate final StepRegisterRecipe.stepsThe steps needed to make the recipe.Constructors in stud.ntnu.idatt1005.pantrypal.models with parameters of type StepRegisterModifierConstructorDescriptionRecipe(String name, String description, GroceryRegister recipeGroceries, StepRegister steps, String imagePath, boolean isFavorite) Constructor for the Recipe class.