|
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 | +--corpus.excel.AreaReference
Used to store the internal representation of a Range. That is, two Cells seperated by a colin.
Field Summary |
Fields inherited from class corpus.excel.FormulaComponent |
formula |
Fields inherited from class corpus.excel.Component |
haltOnErrors |
Constructor Summary | |
AreaReference()
|
Method Summary | |
abstract java.util.Vector |
getCells()
Returns a Vector of all cells that this AreaReference refers to. |
abstract java.lang.String |
toHTMLString()
Converts information about this component into an HTML formatted String. |
abstract java.lang.String |
toString()
To String |
Methods inherited from class corpus.excel.FormulaComponent |
getReferingFormula, parseTree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AreaReference()
Method Detail |
public abstract java.lang.String toString()
toString
in class Component
public abstract java.lang.String toHTMLString()
toHTMLString
in class Component
public abstract java.util.Vector getCells()
|
Spreadsheet Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |