com.gotdns.jimula.EatHealthy
Class InputNutrient

java.lang.Object
  |
  +--com.gotdns.jimula.EatHealthy.InputNutrient

public class InputNutrient
extends java.lang.Object

InputNutrient is evoked when user push button of food serving on tools bar. User can directly input nutrient need to calculate food serving.

EatHealthy

A simple personal nutrient need and food serving calculator

Copyright (c) 2003


Constructor Summary
InputNutrient(ServingPanel ap)
          Construsts a new InputNutrient instance.
 
Method Summary
 javax.swing.JPanel getPanel()
          get a InputNutrient panel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputNutrient

public InputNutrient(ServingPanel ap)
Construsts a new InputNutrient instance.

Parameters:
ap - ServingPanel
See Also:
ServingPanel
Method Detail

getPanel

public javax.swing.JPanel getPanel()
get a InputNutrient panel

Returns:
a JPanel with InputNutrient panel