Uses of Class
no.ntnu.idatt1002.demo.data.RecipeStep
Packages that use RecipeStep
Package
Description
-
Uses of RecipeStep in no.ntnu.idatt1002.demo.data
Fields in no.ntnu.idatt1002.demo.data with type parameters of type RecipeStepMethods in no.ntnu.idatt1002.demo.data that return RecipeStepModifier and TypeMethodDescriptionRecipe.getInstructionById
(int id) Returns the instruction with the given id.Methods in no.ntnu.idatt1002.demo.data that return types with arguments of type RecipeStepModifier and TypeMethodDescriptionRecipe.getInstructions()
Returns the instructions of the recipe. -
Uses of RecipeStep in no.ntnu.idatt1002.demo.view.components
Fields in no.ntnu.idatt1002.demo.view.components declared as RecipeStepMethods in no.ntnu.idatt1002.demo.view.components that return RecipeStepMethod parameters in no.ntnu.idatt1002.demo.view.components with type arguments of type RecipeStepModifier and TypeMethodDescriptionvoid
RecipePopup.OnSave.cb
(int id, String name, String categories, int cookingTime, Map<Integer, javafx.util.Pair<Integer, String>> ingredients, Map<Integer, Integer> newIngredients, List<RecipeStep> steps, List<RecipeStep> newSteps) Constructors in no.ntnu.idatt1002.demo.view.components with parameters of type RecipeStep -
Uses of RecipeStep in no.ntnu.idatt1002.demo.view.scenes
Method parameters in no.ntnu.idatt1002.demo.view.scenes with type arguments of type RecipeStepModifier and TypeMethodDescriptionprivate void
CookBook.updateItem
(int id, String name, String category, Integer cookingTime, Map<Integer, javafx.util.Pair<Integer, String>> ingredients, Map<Integer, Integer> newIngredients, List<RecipeStep> steps, List<RecipeStep> newSteps)