Package | Description |
---|---|
be.ac.ulb.infof307.g02.controllers | |
be.ac.ulb.infof307.g02.database |
Modifier and Type | Method and Description |
---|---|
void |
ControllerMaster.onShowRecipe(java.lang.String recipeName)
Shows the recipe view
|
Constructor and Description |
---|
RecipeController(ControllerMaster master,
java.lang.String recipeName)
Constructor: Fetches the recipe from the DB and creates the view.
|
Modifier and Type | Method and Description |
---|---|
Recipe |
RecipeDB.getRecipe(User recipeOwner,
java.lang.String recipeName)
Get a Recipe from the database
|
private javafx.util.Pair<java.lang.Integer,java.lang.String> |
RecipeDB.getRecipeGeneralInfos(java.lang.String recipeName,
User recipeOwner)
Gets the Instructions of a recipe and the number of people from the database
|