Uses of Class
eShopper.Ingredient

Uses of Ingredient in eShopper
 

Subclasses of Ingredient in eShopper
 class RecipeIngredient
          This is an ingredient that is associated with a recipe.
 

Methods in eShopper with parameters of type Ingredient
 void ManageIngredientsWindow.getDescription(Ingredient ingredient)
          This fills the description field from database.
 void eShopperList.add(Ingredient i, java.lang.String mealString, java.sql.Date date, double qty, int unitID)
          This adds an ingredient to the list.