|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParserMathObject | |
---|---|
net.sourceforge.webcompmath.awt.beans | |
net.sourceforge.webcompmath.data.beans | |
net.sourceforge.webcompmath.draw.beans | |
net.sourceforge.webcompmath.functions.beans |
Uses of ParserMathObject in net.sourceforge.webcompmath.awt.beans |
---|
Classes in net.sourceforge.webcompmath.awt.beans that implement ParserMathObject | |
---|---|
class |
WCMAnimatorBean
|
class |
WCMDataTableInputBean
This class extends DataTableInput to make it easier to use in GUI builder environments. |
class |
WCMExpressionInputBean
This class is primarily for use with GUI builders like Eclipse VE. |
class |
WCMVariableInputBean
JavaBean for VariableInput. |
class |
WCMVariableJSliderBean
This bean extends VariableJSlider by adding a convenience property. |
Uses of ParserMathObject in net.sourceforge.webcompmath.data.beans |
---|
Classes in net.sourceforge.webcompmath.data.beans that implement ParserMathObject | |
---|---|
class |
WCMVariableBean
This class is for use with GUI builders. |
Methods in net.sourceforge.webcompmath.data.beans with parameters of type ParserMathObject | |
---|---|
void |
WCMParserBean.setMathObject1(ParserMathObject m)
Add a named object to the parser, usually a WCMVariableBean, WCMExpressionInputBean, WCMExpressionFunctionBean, WCMVariableInputBean, WCMVariableJSliderBean, or WCMConstantBean. |
void |
WCMParserBean.setMathObject2(ParserMathObject m)
add another named object |
void |
WCMParserBean.setMathObject3(ParserMathObject m)
add another named object |
void |
WCMParserBean.setMathObject4(ParserMathObject m)
add another named object |
void |
WCMParserBean.setMathObject5(ParserMathObject m)
add another named object |
void |
WCMParserBean.setMathObject6(ParserMathObject m)
add another named object |
void |
WCMParserBean.setMathObject7(ParserMathObject m)
add another named object |
void |
WCMParserBean.setMathObject8(ParserMathObject m)
add another named object |
void |
WCMParserBean.setMathObject9(ParserMathObject m)
add another named object |
Uses of ParserMathObject in net.sourceforge.webcompmath.draw.beans |
---|
Classes in net.sourceforge.webcompmath.draw.beans that implement ParserMathObject | |
---|---|
class |
WCMMouseVariableBean
This class is a convenience class used when creating applications via a GUI builder. |
Uses of ParserMathObject in net.sourceforge.webcompmath.functions.beans |
---|
Classes in net.sourceforge.webcompmath.functions.beans that implement ParserMathObject | |
---|---|
class |
WCMDerivativeBean
This class is used with GUI builders to create an object that is the derivative of some function. |
class |
WCMExpressionFunctionBean
This bean extends ExpressionFunction. |
class |
WCMTableFunctionBean
This bean implements a TableFunction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |