Uses of Class
adams.data.spreadsheet.cellfinder.CellLocation

Packages that use CellLocation
adams.data.spreadsheet.cellfinder   
adams.flow.transformer   
 

Uses of CellLocation in adams.data.spreadsheet.cellfinder
 

Fields in adams.data.spreadsheet.cellfinder with type parameters of type CellLocation
protected  Iterator<CellLocation> AbstractMetaIterator.m_Base
          the base iterator to use.
 

Methods in adams.data.spreadsheet.cellfinder that return CellLocation
 CellLocation RangeIterator.next()
          Returns the next cell location.
 CellLocation AbstractMetaIterator.next()
          Returns the next cell location.
protected  CellLocation CorrespondingColumn.CorrespondingColumnIterator.process(CellLocation location)
          Processes the cell location.
protected abstract  CellLocation AbstractMetaIterator.process(CellLocation location)
          Processes the cell location.
 

Methods in adams.data.spreadsheet.cellfinder that return types with arguments of type CellLocation
protected abstract  Iterator<CellLocation> AbstractCellFinder.doFindCells(SpreadSheet sheet)
          Performs the actual locating.
protected  Iterator<CellLocation> ColumnFinderRange.doFindCells(SpreadSheet sheet)
          Performs the actual locating.
protected  Iterator<CellLocation> CorrespondingColumn.doFindCells(SpreadSheet sheet)
          Performs the actual locating.
protected  Iterator<CellLocation> SingleCell.doFindCells(SpreadSheet sheet)
          Performs the actual locating.
protected  Iterator<CellLocation> CellRange.doFindCells(SpreadSheet sheet)
          Performs the actual locating.
protected  Iterator<CellLocation> RowFinderRange.doFindCells(SpreadSheet sheet)
          Performs the actual locating.
 Iterator<CellLocation> AbstractCellFinder.findCells(SpreadSheet sheet)
          Locates the cells in the spreadsheet.
 

Methods in adams.data.spreadsheet.cellfinder with parameters of type CellLocation
protected  CellLocation CorrespondingColumn.CorrespondingColumnIterator.process(CellLocation location)
          Processes the cell location.
protected abstract  CellLocation AbstractMetaIterator.process(CellLocation location)
          Processes the cell location.
 

Constructor parameters in adams.data.spreadsheet.cellfinder with type arguments of type CellLocation
AbstractMetaIterator(Iterator<CellLocation> base)
          Initializes the iterator.
CorrespondingColumn.CorrespondingColumnIterator(CorrespondingColumn owner, Iterator<CellLocation> base)
          Initializes the iterator.
 

Uses of CellLocation in adams.flow.transformer
 

Methods in adams.flow.transformer with parameters of type CellLocation
protected  String SpreadSheetConvertCells.convertCell(CellLocation location, SpreadSheet sheet)
          Applies the conversion to the cell.
protected  String SpreadSheetTransformCells.transformCell(CellLocation location, SpreadSheet sheet)
          Applies the conversion to the cell.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.