Spreadsheet Toolkit

corpus.excel
Class AreaReference

java.lang.Object
  |
  +--corpus.excel.Component
        |
        +--corpus.excel.FormulaComponent
              |
              +--corpus.excel.AreaReference
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AreaCellReference, VectorReference

public abstract class AreaReference
extends FormulaComponent

Used to store the internal representation of a Range. That is, two Cells seperated by a colin.

See Also:
AreaReference Grammer, Serialized Form

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

AreaReference

public AreaReference()
Method Detail

toString

public abstract java.lang.String toString()
To String

Specified by:
toString in class Component

toHTMLString

public abstract java.lang.String toHTMLString()
Converts information about this component into an HTML formatted String.

Specified by:
toHTMLString in class Component

getCells

public abstract java.util.Vector getCells()
Returns a Vector of all cells that this AreaReference refers to.


Spreadsheet Toolkit

Project Home Page