org.millscript.office.spreadsheet.cells
Class FormulaCell

java.lang.Object
  extended by org.millscript.office.spreadsheet.cells.FormulaCell
All Implemented Interfaces:
Cell

public class FormulaCell
extends java.lang.Object
implements Cell


Constructor Summary
FormulaCell(org.millscript.millscript.action.Action act, java.lang.Object obj)
           
 
Method Summary
 java.lang.Object getCalculatedContents(CellRef cellRef)
           
 java.lang.Object getContents()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormulaCell

public FormulaCell(org.millscript.millscript.action.Action act,
                   java.lang.Object obj)
Method Detail

getCalculatedContents

public java.lang.Object getCalculatedContents(CellRef cellRef)
Specified by:
getCalculatedContents in interface Cell
See Also:
Cell.getCalculatedContents(org.millscript.office.spreadsheet.CellRef)

getContents

public java.lang.Object getContents()
Specified by:
getContents in interface Cell
See Also:
Cell.getContents()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


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