Uses of Class
eShopper.Recipe

Uses of Recipe in eShopper
 

Methods in eShopper with parameters of type Recipe
 void eShopperList.add(Recipe r, java.lang.String mealString, java.sql.Date date)
          This adds a Recipe to this list.
 void ManageRecipesWindow.getIngredients(Recipe recipe)
          This gets all of the ingredients in a recipe, and adds them to the ingredientVector that the pulldown menu is built from.
 void ManageRecipesWindow.getDescription(Recipe recipe)
          This fills the description text area on the window with the description for the given recipe.
 void ManageRecipesWindow.getInstructions(Recipe recipe)
          This fills the instructions text area on the window with the instructions for the given recipe.