Uses of Package
edu.hws.jcm.awt

Packages that use edu.hws.jcm.awt
edu.hws.jcm.awt   
edu.hws.jcm.draw   
edu.hws.jcm.functions   
 

Classes in edu.hws.jcm.awt used by edu.hws.jcm.awt
Computable
          A Computable is an object that performs some sort of computation or action when its compute() method is called.
Controller
          Controllers are the focus of all the action in the JCM system.
ErrorReporter
          To allow different styles of reporting errors, a Controller uses an ErrorReporter to report any errors that are thrown during its checkInput/compute cycle.
ExpressionInput.EI
          The expression associated with an ExpressionInput belongs to this class.
InputObject
          An InputObject represents some sort of value that can be changed by, for example, user interaction with a GUI element.
JCMPanel
          A JCMPanel is a Panel with an associated Controller.
Tie
          A Tie associates several Tieable objects.
Tieable
          A Tieable object has an associated serial number.
 

Classes in edu.hws.jcm.awt used by edu.hws.jcm.draw
Computable
          A Computable is an object that performs some sort of computation or action when its compute() method is called.
Controller
          Controllers are the focus of all the action in the JCM system.
DataTableInput
          A DataTableInput lets the user input a grid of real numbers arranged in rows and columns.
ErrorReporter
          To allow different styles of reporting errors, a Controller uses an ErrorReporter to report any errors that are thrown during its checkInput/compute cycle.
InputObject
          An InputObject represents some sort of value that can be changed by, for example, user interaction with a GUI element.
Limits
          The Limits interface is implemented by edu.hws.jcm.data.CoordinateRect and by other objects that can be "Tied" to a CoordinateRect, such as LimitControlPanel.
Tie
          A Tie associates several Tieable objects.
Tieable
          A Tieable object has an associated serial number.
VariableInput
          A VariableInput is an input box into which the user can type a real number value, which becomes the value of an associated Variable.
 

Classes in edu.hws.jcm.awt used by edu.hws.jcm.functions
Computable
          A Computable is an object that performs some sort of computation or action when its compute() method is called.
Controller
          Controllers are the focus of all the action in the JCM system.