Interface CellFinder
-
- All Superinterfaces:
QuickInfoSupporter
- All Known Subinterfaces:
RowCellFinder
- All Known Implementing Classes:
AbstractCellFinder
,AbstractRowCellFinder
,CellRange
,CellTypeRange
,ColumnFinderRange
,CorrespondingColumn
,RowFinderRange
,SingleCell
public interface CellFinder extends QuickInfoSupporter
Interface for classes that locate cells of interest in a spreadsheet.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<CellLocation>
findCells(SpreadSheet sheet)
Locates the cells in the spreadsheet.-
Methods inherited from interface adams.core.QuickInfoSupporter
getQuickInfo
-
-
-
-
Method Detail
-
findCells
Iterator<CellLocation> findCells(SpreadSheet sheet)
Locates the cells in the spreadsheet.- Parameters:
sheet
- the sheet to locate the cells in- Returns:
- the iterator over the locations
-
-