Uses of Package
eShopper

Classes in eShopper used by eShopper
eShopperDB
          This class provides database access to eShopper.
eShopperGUI
          All the GUI objects (i.e.
eShopperIngredient
          This class is for the ingredients in a list.
eShopperList
          eShopperList is a subclass of JTree which creates the single JTree from the tree object.
eShopperNode
          An abstract class to specify the functions and attributes common to all of the nodes on our eShopperList.
eShopperUnit
          This class implements units and unit conversion for the Ingredients.
Ingredient
          This is an Ingredient that is in the database, but doesn't need the information associated with being in a recipe or a shopping list.
IngredientWindow
          IngredientWindow serves as an abstract class from which are created the CreateIngredientWindow and ManageIngredientWindow classes.
MainWindow
          This is the main eShopper window.
Recipe
          This is a recipe that is in the database but does not need the information associated with being in a shopping list.
RecipeWindow
          This is the parent of the windows to create and manage recipes.