A B C D F G I J M N O P R S V

A

actionPerformed(ActionEvent) - Method in class com.gotdns.jimula.EatHealthy.MainFrame_AboutBox
 
actionPerformed(ActionEvent) - Method in class com.gotdns.jimula.EatHealthy.ActivityHelp
Close the dialog on a button event
Activity - class com.gotdns.jimula.EatHealthy.Activity.
Activity is an object which calculate activity by giving it activity level, IBW(Ideal Body Weight), and sleeping hours.
Activity - Variable in class com.gotdns.jimula.EatHealthy.CalculateNutrient
activity
Activity(float, float, int) - Constructor for class com.gotdns.jimula.EatHealthy.Activity
Constructs a new activity.
ActivityHelp - class com.gotdns.jimula.EatHealthy.ActivityHelp.
ActivityHelp is an object which show the short description of activity level.
ActivityHelp() - Constructor for class com.gotdns.jimula.EatHealthy.ActivityHelp
Construsts a new ActivityHelp object.
actual_calories - Variable in class com.gotdns.jimula.EatHealthy.ServingPanel
Calories contents of actual serving
actual_carb - Variable in class com.gotdns.jimula.EatHealthy.ServingPanel
Carbohydrate contents of actual serving
actual_fat - Variable in class com.gotdns.jimula.EatHealthy.ServingPanel
Fat contents of actual serving
actual_protein - Variable in class com.gotdns.jimula.EatHealthy.ServingPanel
Protein contents of actual serving
addPanel() - Method in class com.gotdns.jimula.EatHealthy.ServingPanel
Which is evoked by MainFrame
addPanel() - Method in class com.gotdns.jimula.EatHealthy.NutrientPanel
Which is evoked by MainFrame

B

BMR - class com.gotdns.jimula.EatHealthy.BMR.
BMR(Basal Metabolic Rate) is a class which calculate BMR by giving it IBW(Ideal Body Weight),sleeping hours, and gender.
BMR - Variable in class com.gotdns.jimula.EatHealthy.CalculateNutrient
Basal Metabolic Rate
BMR(float, int, String) - Constructor for class com.gotdns.jimula.EatHealthy.BMR
Constructs a new BMR.

C

CalculateNutrient - class com.gotdns.jimula.EatHealthy.CalculateNutrient.
CalculateNutrient is an object which calculates personal nutrient.
CalculateNutrient(float, int, String, float) - Constructor for class com.gotdns.jimula.EatHealthy.CalculateNutrient
Construsts a new CalculateNutrient object and calculate personal nutrient need.
CalculateServing - class com.gotdns.jimula.EatHealthy.CalculateServing.
CalculateServing is an object which calculates food serving depend on personal nutrient need.
CalculateServing(int, String, int, int, String, float, float, float) - Constructor for class com.gotdns.jimula.EatHealthy.CalculateServing
Constructs a new CalculateServing object and calculate food serving.
Calorie - class com.gotdns.jimula.EatHealthy.Calorie.
Calorie is a class which calculate calorie by giving it BMR(Basal Metabolic Rate), activity, and DIT(Diet-Induced Thermogenesis).
Calorie - Variable in class com.gotdns.jimula.EatHealthy.CalculateNutrient
calories
Calorie(float, float, float) - Constructor for class com.gotdns.jimula.EatHealthy.Calorie
Constructs a new calorie.
calories - Static variable in class com.gotdns.jimula.EatHealthy.Vegetable
calories contents of one vegetable's serving
calories - Variable in class com.gotdns.jimula.EatHealthy.Milk
calories contents of one milk's serving
calories - Variable in class com.gotdns.jimula.EatHealthy.Meat
calories contents of one meat's serving
CALORIES - Static variable in class com.gotdns.jimula.EatHealthy.Starches
calories contents of one starches's serving
CALORIES - Static variable in class com.gotdns.jimula.EatHealthy.Oil
calories contents of one oil's serving
CALORIES - Static variable in class com.gotdns.jimula.EatHealthy.Fruit
calories contents of one fruit's serving
carb - Static variable in class com.gotdns.jimula.EatHealthy.Vegetable
carbohydrate contents of one vegetable's serving
carb - Static variable in class com.gotdns.jimula.EatHealthy.Milk
carbohydrate contents of one milk's serving
carb - Variable in class com.gotdns.jimula.EatHealthy.CalculateNutrient
carbohydrate contents
CARB - Static variable in class com.gotdns.jimula.EatHealthy.Starches
carbohydrate contents of one starches's serving
CARB - Static variable in class com.gotdns.jimula.EatHealthy.Fruit
carbohydrate contents of one fruit's serving
com.gotdns.jimula.EatHealthy - package com.gotdns.jimula.EatHealthy
 

D

DIT - class com.gotdns.jimula.EatHealthy.DIT.
DIT is a class which calculate DIT(Diet-Induced Thermogenesis) by giving it BMR(Basal Metabolic Rate), and activity.
DIT - Variable in class com.gotdns.jimula.EatHealthy.CalculateNutrient
Diet-Induced Thermogenesis
DIT(float, float) - Constructor for class com.gotdns.jimula.EatHealthy.DIT
Constructs a new DIT.

F

fat - Variable in class com.gotdns.jimula.EatHealthy.Milk
fat contents of one milk's serving
fat - Variable in class com.gotdns.jimula.EatHealthy.Meat
fat contents of one meat's serving
fat - Variable in class com.gotdns.jimula.EatHealthy.CalculateNutrient
fat contents
FAT - Static variable in class com.gotdns.jimula.EatHealthy.Oil
fat contents of one oil's serving
FoodExchangeList - class com.gotdns.jimula.EatHealthy.FoodExchangeList.
FoodExchangeList is an object which show the food exchange list.
FoodExchangeList() - Constructor for class com.gotdns.jimula.EatHealthy.FoodExchangeList
Construsts a new FoodExchangeList instance.
Fruit - class com.gotdns.jimula.EatHealthy.Fruit.
Fruit is an object which contain it's nutrien, includes carbohydrate, and calories.
Fruit() - Constructor for class com.gotdns.jimula.EatHealthy.Fruit
Construst a new Fruit object

G

getActivity() - Method in class com.gotdns.jimula.EatHealthy.Activity
Get the calculated activity of this object.
getBMR() - Method in class com.gotdns.jimula.EatHealthy.BMR
Get the calculated BMR of this object.
getCalorie() - Method in class com.gotdns.jimula.EatHealthy.Calorie
Get the calculated calories of this object.
getCarb() - Method in class com.gotdns.jimula.EatHealthy.PFC
Get the calculated carbohydrate serving of this object.
getDIT() - Method in class com.gotdns.jimula.EatHealthy.DIT
Get the calculated DIT of this object.
getFat() - Method in class com.gotdns.jimula.EatHealthy.PFC
Get the calculated fat serving of this object.
getFruitCarb() - Method in class com.gotdns.jimula.EatHealthy.CalculateServing
Get fruit carbohydrate contents of actual serving
getIBW() - Method in class com.gotdns.jimula.EatHealthy.IBW
Get the calculated IBW of this object.
getMeatServing() - Method in class com.gotdns.jimula.EatHealthy.CalculateServing
Get meat serving
getMilkCarb() - Method in class com.gotdns.jimula.EatHealthy.CalculateServing
Get milk carbohydrate contents of actual serving
getMilkFat() - Method in class com.gotdns.jimula.EatHealthy.CalculateServing
Get milk fat contents of actual serving
getMilkProtein() - Method in class com.gotdns.jimula.EatHealthy.CalculateServing
Get milk protein
getOilServing() - Method in class com.gotdns.jimula.EatHealthy.CalculateServing
Get oil serving
getPanel() - Method in class com.gotdns.jimula.EatHealthy.InputNutrient
get a InputNutrient panel
getProtien() - Method in class com.gotdns.jimula.EatHealthy.PFC
Get the calculated protein serving of this object.
getStarchesServing() - Method in class com.gotdns.jimula.EatHealthy.CalculateServing
Get starches serving
getVegetableCarb() - Method in class com.gotdns.jimula.EatHealthy.CalculateServing
Get vegetable carbohydrate contents of actual serving
getVegetableProtein() - Method in class com.gotdns.jimula.EatHealthy.CalculateServing
Get vegetable protein contents of actual serving

I

IBW - class com.gotdns.jimula.EatHealthy.IBW.
IBW is a class which calculate IBW(Ideal Body Weight) by giving it height.
IBW - Variable in class com.gotdns.jimula.EatHealthy.CalculateNutrient
Ideal Body Weight
IBW(float) - Constructor for class com.gotdns.jimula.EatHealthy.IBW
Constructs a new IBW.
InputNutrient - class com.gotdns.jimula.EatHealthy.InputNutrient.
InputNutrient is evoked when user push button of food serving on tools bar.
InputNutrient(ServingPanel) - Constructor for class com.gotdns.jimula.EatHealthy.InputNutrient
Construsts a new InputNutrient instance.

J

jMenuFileExit_actionPerformed(ActionEvent) - Method in class com.gotdns.jimula.EatHealthy.MainFrame
 
jMenuHelpAbout_actionPerformed(ActionEvent) - Method in class com.gotdns.jimula.EatHealthy.MainFrame
 

M

main(String[]) - Static method in class com.gotdns.jimula.EatHealthy.Run
 
MainFrame - class com.gotdns.jimula.EatHealthy.MainFrame.
MainFrame is a main frame of this program.
MainFrame_AboutBox - class com.gotdns.jimula.EatHealthy.MainFrame_AboutBox.
ActivityHelp is an object which show some information about this program.
MainFrame_AboutBox(Frame) - Constructor for class com.gotdns.jimula.EatHealthy.MainFrame_AboutBox
Construsts a new MainFrame_AboutBox instance
MainFrame() - Constructor for class com.gotdns.jimula.EatHealthy.MainFrame
Construsts a new MainFrame instance.
Meat - class com.gotdns.jimula.EatHealthy.Meat.
Meat is an object which contain it's nutrien, includes protein, fat, and calories.
Meat(String) - Constructor for class com.gotdns.jimula.EatHealthy.Meat
Construsts a new Meat object. meat's portion of fat and calories depend on it is lean, medium fat, or heigh fat.
Milk - class com.gotdns.jimula.EatHealthy.Milk.
Milk is an object which contain it's nutrien, includes protein, carbohydrate, fat, and calories.
Milk(String) - Constructor for class com.gotdns.jimula.EatHealthy.Milk
Constructs a new milk object. milk's portion of fat and calories depend on it is non-fat, low-fat, or whole-fat.

N

NutrientPanel - class com.gotdns.jimula.EatHealthy.NutrientPanel.
NutrientPanel is a module that can calculate personal nutrient need.
NutrientPanel(MainFrame) - Constructor for class com.gotdns.jimula.EatHealthy.NutrientPanel
Construsts a new NutrientPanel instance

O

Oil - class com.gotdns.jimula.EatHealthy.Oil.
Oil is an object which contain it's nutrien, includes fat, and calories.
Oil() - Constructor for class com.gotdns.jimula.EatHealthy.Oil
Construsts a new oil object

P

PFC - class com.gotdns.jimula.EatHealthy.PFC.
PFC is a class which calculate protein, fat, and carbohydrate serving depend on user's calories need.
PFC(float) - Constructor for class com.gotdns.jimula.EatHealthy.PFC
Constructs a new PFC.
processWindowEvent(WindowEvent) - Method in class com.gotdns.jimula.EatHealthy.MainFrame_AboutBox
 
processWindowEvent(WindowEvent) - Method in class com.gotdns.jimula.EatHealthy.MainFrame
 
processWindowEvent(WindowEvent) - Method in class com.gotdns.jimula.EatHealthy.ActivityHelp
Overridden so we can exit when window is closed
protein - Static variable in class com.gotdns.jimula.EatHealthy.Vegetable
protein contents of one vegetable's serving
protein - Static variable in class com.gotdns.jimula.EatHealthy.Milk
protein contents of one milk's serving
protein - Variable in class com.gotdns.jimula.EatHealthy.CalculateNutrient
protein contents
PROTEIN - Static variable in class com.gotdns.jimula.EatHealthy.Starches
protein contents of one starches's serving
PROTEIN - Static variable in class com.gotdns.jimula.EatHealthy.Meat
protein contents of one meat's serving

R

Run - class com.gotdns.jimula.EatHealthy.Run.
Program main entry, start a new program thread.
Run() - Constructor for class com.gotdns.jimula.EatHealthy.Run
Construct the application

S

ServingPanel - class com.gotdns.jimula.EatHealthy.ServingPanel.
ServingPanel is a module that can calculate food serving.
ServingPanel(MainFrame) - Constructor for class com.gotdns.jimula.EatHealthy.ServingPanel
Construsts a new ServingPanel instance.
ServingPanel(MainFrame, float, float, float, float) - Constructor for class com.gotdns.jimula.EatHealthy.ServingPanel
Construsts a new ServingPanel instance.
show_serving() - Method in class com.gotdns.jimula.EatHealthy.ServingPanel
Calculate and show food serving depend on personal nutrient need.
Starches - class com.gotdns.jimula.EatHealthy.Starches.
Starches is an object which contain it's nutrien, includes protein, carbohydrate, and calories.
Starches() - Constructor for class com.gotdns.jimula.EatHealthy.Starches
Construsts a new starches object.

V

Vegetable - class com.gotdns.jimula.EatHealthy.Vegetable.
Vegetable is an object which contain it's nutrien, includes protein, carbohydrate, and calories.
Vegetable() - Constructor for class com.gotdns.jimula.EatHealthy.Vegetable
Construsts a new vegetable object.

A B C D F G I J M N O P R S V