org.millscript.office.spreadsheet.rows
Class RowCellRefImpl

java.lang.Object
  extended by org.millscript.millscript.datatypes.Deferred
      extended by org.millscript.office.spreadsheet.rows.RowCellRefImpl
All Implemented Interfaces:
CellRef

public class RowCellRefImpl
extends org.millscript.millscript.datatypes.Deferred
implements CellRef


Constructor Summary
RowCellRefImpl(RowRef row, int col, Cell c)
           
 
Method Summary
 java.lang.Object get()
           
 java.lang.Object getCalculatedCellContents()
           
 Cell getCell()
           
 int getColumnIndex()
           
 ColumnRef getColumnRef()
           
 int getRowIndex()
           
 RowRef getRowRef()
           
 
Methods inherited from class org.millscript.millscript.datatypes.Deferred
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowCellRefImpl

public RowCellRefImpl(RowRef row,
                      int col,
                      Cell c)
Method Detail

getCalculatedCellContents

public java.lang.Object getCalculatedCellContents()
Specified by:
getCalculatedCellContents in interface CellRef
See Also:
CellRef.getCalculatedCellContents()

get

public java.lang.Object get()
Specified by:
get in class org.millscript.millscript.datatypes.Deferred
See Also:
Deferred.get()

getCell

public Cell getCell()
Specified by:
getCell in interface CellRef
See Also:
CellRef.getCell()

getColumnIndex

public int getColumnIndex()
Specified by:
getColumnIndex in interface CellRef
See Also:
CellRef.getColumnIndex()

getColumnRef

public ColumnRef getColumnRef()
Specified by:
getColumnRef in interface CellRef
See Also:
CellRef.getColumnRef()

getRowIndex

public int getRowIndex()
Specified by:
getRowIndex in interface CellRef
See Also:
CellRef.getRowIndex()

getRowRef

public RowRef getRowRef()
Specified by:
getRowRef in interface CellRef
See Also:
CellRef.getRowRef()


Copyright © 2006-2007 Open World Ltd. All Rights Reserved.