Uses of Package
net.sourceforge.webcompmath.awt

Packages that use net.sourceforge.webcompmath.awt
net.sourceforge.webcompmath.applets   
net.sourceforge.webcompmath.awt   
net.sourceforge.webcompmath.awt.beans   
net.sourceforge.webcompmath.draw   
net.sourceforge.webcompmath.draw.beans   
net.sourceforge.webcompmath.functions   
net.sourceforge.webcompmath.functions.beans   
 

Classes in net.sourceforge.webcompmath.awt used by net.sourceforge.webcompmath.applets
Controller
          Controllers are the focus of all the action in the JCM system.
ExpressionInput
          An ExpressionInput is an input box that allows the user input a mathematical expression.
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.
VariableJSlider
          A VariableJSlider is a slider (implemented as a JSlider) whose position represents the value of an associated variable.
WcmPanel
          A WcmPanel is a JPanel with an associated Controller.
 

Classes in net.sourceforge.webcompmath.awt used by net.sourceforge.webcompmath.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.
Tie
          A Tie associates several Tieable objects.
Tieable
          A Tieable object has an associated serial number.
WcmPanel
          A WcmPanel is a JPanel with an associated Controller.
 

Classes in net.sourceforge.webcompmath.awt used by net.sourceforge.webcompmath.awt.beans
Animator
          An Animator can change a value continuously, without user intervention, by running a separate Thread.
Computable
          A Computable is an object that performs some sort of computation or action when its compute() method is called.
ComputeButton
          A compute button is a button that can have an associated Controller.
Controller
          Controllers are the focus of all the action in the JCM system.
CopyButton
          This button copies the contents of its assigned DisplayCanvas to the system clipboard.
DataTableInput
          A DataTableInput lets the user input a grid of real numbers arranged in rows and columns.
DisplayLabel
          A DisplayLabel is a label that can display numbers embedded in strings.
ExpressionInput
          An ExpressionInput is an input box that allows the user input a mathematical expression.
InputObject
          An InputObject represents some sort of value that can be changed by, for example, user interaction with a GUI element.
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.
VariableJSlider
          A VariableJSlider is a slider (implemented as a JSlider) whose position represents the value of an associated variable.
 

Classes in net.sourceforge.webcompmath.awt used by net.sourceforge.webcompmath.draw
Animator
          An Animator can change a value continuously, without user intervention, by running a separate Thread.
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 net.sourceforge.webcompmath.awt used by net.sourceforge.webcompmath.draw.beans
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.
 

Classes in net.sourceforge.webcompmath.awt used by net.sourceforge.webcompmath.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.
ExpressionInput
          An ExpressionInput is an input box that allows the user input a mathematical expression.
 

Classes in net.sourceforge.webcompmath.awt used by net.sourceforge.webcompmath.functions.beans
Controller
          Controllers are the focus of all the action in the JCM system.
InputObject
          An InputObject represents some sort of value that can be changed by, for example, user interaction with a GUI element.