Spreadsheet Toolkit

corpus.excel
Class AreaCellReference

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

public abstract class AreaCellReference
extends AreaReference

An AreaCellReference is one of | | |

See Also:
AreaCellReference Grammer, Serialized Form

Field Summary
 
Fields inherited from class corpus.excel.FormulaComponent
formula
 
Fields inherited from class corpus.excel.Component
haltOnErrors
 
Constructor Summary
AreaCellReference()
           
 
Method Summary
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.AreaReference
getCells
 
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

AreaCellReference

public AreaCellReference()
Method Detail

toString

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

Specified by:
toString in class AreaReference

toHTMLString

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

Specified by:
toHTMLString in class AreaReference

Spreadsheet Toolkit

Project Home Page