A C D E G H I L M N P Q R S T U V

C

CreateIngredientWindow - class eShopper.CreateIngredientWindow.
This window allows the user to create new ingredients and insert them in the database.
CreateRecipeWindow - class eShopper.CreateRecipeWindow.
This is the window by which recipes are added to the database.
CreateRecipeWindow(eShopperList, JComboBox) - Constructor for class eShopper.CreateRecipeWindow
 
canCombineWith(eShopperIngredient) - Method in class eShopper.eShopperIngredient
This decides whether the quantity of this Ingredient can be combined with the quantity of another.
clear() - Method in class eShopper.eShopperList
This clears the list (on screen and in the database) of all items.
combineWith(eShopperIngredient, boolean) - Method in class eShopper.eShopperIngredient
This combines the quantities of two Ingredients.
convertFromBase(float) - Method in class eShopper.eShopperUnit
Converts a value expressed in the unit type's base unit to a value expressed in this unit's unit
convertToBase(float) - Method in class eShopper.eShopperUnit
Converts a value to this unit's base unit
createListMenu() - Method in class eShopper.MainWindow
This generates the File -> List menu.
createNewList() - Method in class eShopper.MainWindow
Creates a new List.
cut(eShopperList) - Method in class eShopper.eShopperClipboard
This takes the currently selected item from the list, and adds it to the clipboard, then removes it from the list.

A C D E G H I L M N P Q R S T U V