|
Spreadsheet Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--corpus.excel.Component | +--corpus.excel.FormulaComponent
This is an abstract class the all formula components must extend.
Field Summary | |
protected Formula |
formula
The Formula that this component resides in. |
Fields inherited from class corpus.excel.Component |
haltOnErrors |
Constructor Summary | |
FormulaComponent()
|
Method Summary | |
Formula |
getReferingFormula()
|
javax.swing.tree.DefaultMutableTreeNode |
parseTree()
Creates a parseTree for this FormulaComponent and any of its sub components. |
Methods inherited from class corpus.excel.Component |
toHTMLString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Formula formula
Constructor Detail |
public FormulaComponent()
Method Detail |
public Formula getReferingFormula()
public javax.swing.tree.DefaultMutableTreeNode parseTree()
|
Spreadsheet Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |