|
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 | +--corpus.excel.AreaCellReference | +--corpus.excel.Range
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 | |
Range(CellReference l,
CellReference r)
Temp constructor, DO NOT USE |
|
Range(Row r)
|
Method Summary | |
java.util.Vector |
getCells()
Returns a Vector of all cells that this AreaReference refers to. |
boolean |
isSimple()
|
CellReference |
left()
|
int |
length()
May be basic range, column or row. |
static void |
main(java.lang.String[] args)
|
javax.swing.tree.DefaultMutableTreeNode |
parseTree()
Creates a parseTree for this FormulaComponent and any of its sub components. |
CellReference |
right()
|
void |
setDepth(int depth)
|
void |
setExcelRef(java.lang.String excelref)
|
java.lang.String |
toHTMLString()
Converts information about this component into an HTML formatted String. |
java.lang.String |
toString()
To String |
Methods inherited from class corpus.excel.FormulaComponent |
getReferingFormula |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Range(CellReference l, CellReference r)
public Range(Row r)
Method Detail |
public CellReference left()
public CellReference right()
public boolean isSimple()
public java.util.Vector getCells()
AreaReference
getCells
in class AreaReference
public java.lang.String toString()
AreaCellReference
toString
in class AreaCellReference
public java.lang.String toHTMLString()
toHTMLString
in class AreaCellReference
public javax.swing.tree.DefaultMutableTreeNode parseTree()
parseTree
in class FormulaComponent
public void setExcelRef(java.lang.String excelref)
public void setDepth(int depth)
public int length()
public static void main(java.lang.String[] args)
|
Spreadsheet Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |