Uses of Interface
org.millscript.office.spreadsheet.CellRef

Packages that use CellRef
org.millscript.office.spreadsheet   
org.millscript.office.spreadsheet.cells   
org.millscript.office.spreadsheet.formula   
org.millscript.office.spreadsheet.rows   
 

Uses of CellRef in org.millscript.office.spreadsheet
 

Methods in org.millscript.office.spreadsheet with parameters of type CellRef
 java.lang.Object Cell.getCalculatedContents(CellRef cellRef)
           
 

Uses of CellRef in org.millscript.office.spreadsheet.cells
 

Classes in org.millscript.office.spreadsheet.cells that implement CellRef
 class CellRefImpl
           
 

Methods in org.millscript.office.spreadsheet.cells with parameters of type CellRef
 java.lang.Object ErrorCell.getCalculatedContents(CellRef cellRef)
           
 java.lang.Object TextCell.getCalculatedContents(CellRef cellRef)
           
 java.lang.Object FormulaCell.getCalculatedContents(CellRef cellRef)
           
 java.lang.Object BooleanCell.getCalculatedContents(CellRef cellRef)
           
 java.lang.Object NumberCell.getCalculatedContents(CellRef cellRef)
           
 

Uses of CellRef in org.millscript.office.spreadsheet.formula
 

Methods in org.millscript.office.spreadsheet.formula with parameters of type CellRef
 int CellAddress.getColumnRelativeTo(CellRef startingCell)
           
 int CellAddress.getRowRelativeTo(CellRef startingCell)
           
 

Uses of CellRef in org.millscript.office.spreadsheet.rows
 

Classes in org.millscript.office.spreadsheet.rows that implement CellRef
 class RowCellRefImpl
           
 

Methods in org.millscript.office.spreadsheet.rows that return CellRef
 CellRef RowRefListIterator.currentValue()
           
protected  CellRef RowRefImpl.doGet(int pos)
           
 CellRef RowRefListIterator.nextValue()
           
 

Methods in org.millscript.office.spreadsheet.rows that return types with arguments of type CellRef
 org.millscript.commons.util.Listlet<CellRef> RowRefListIterator.currentMaplet()
           
protected  org.millscript.commons.util.IList<CellRef> RowRefImpl.doSlice(int first, int last, boolean share)
           
 org.millscript.commons.util.ListIterator<CellRef> RowRefImpl.iterator(boolean share)
           
 org.millscript.commons.util.Listlet<CellRef> RowRefListIterator.nextMaplet()
           
 

Methods in org.millscript.office.spreadsheet.rows with parameters of type CellRef
 int RowRefImpl.indexOf(CellRef value)
           
 



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