Uses of Class
adams.data.spreadsheet.cellfinder.CellLocation
-
Packages that use CellLocation Package Description 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 Modifier and Type Field Description protected Iterator<CellLocation>
AbstractMetaIterator. m_Base
the base iterator to use.Methods in adams.data.spreadsheet.cellfinder that return CellLocation Modifier and Type Method Description CellLocation
AbstractMetaIterator. next()
Returns the next cell location.CellLocation
RangeIterator. next()
Returns the next cell location.CellLocation
TypeRangeIterator. next()
Returns the next cell location.protected abstract CellLocation
AbstractMetaIterator. process(CellLocation location)
Processes the cell location.protected CellLocation
CorrespondingColumn.CorrespondingColumnIterator. process(CellLocation location)
Processes the cell location.Methods in adams.data.spreadsheet.cellfinder that return types with arguments of type CellLocation Modifier and Type Method Description protected abstract Iterator<CellLocation>
AbstractCellFinder. doFindCells(SpreadSheet sheet)
Performs the actual locating.protected abstract Iterator<CellLocation>
AbstractRowCellFinder. doFindCells(Row row)
Performs the actual locating.protected Iterator<CellLocation>
CellRange. doFindCells(Row row)
Performs the actual locating.protected Iterator<CellLocation>
CellRange. doFindCells(SpreadSheet sheet)
Performs the actual locating.protected Iterator<CellLocation>
CellTypeRange. doFindCells(Row row)
Performs the actual locating.protected Iterator<CellLocation>
CellTypeRange. 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>
RowFinderRange. doFindCells(SpreadSheet sheet)
Performs the actual locating.protected Iterator<CellLocation>
SingleCell. doFindCells(Row row)
Performs the actual locating.protected Iterator<CellLocation>
SingleCell. doFindCells(SpreadSheet sheet)
Performs the actual locating.Iterator<CellLocation>
AbstractCellFinder. findCells(SpreadSheet sheet)
Locates the cells in the spreadsheet.Iterator<CellLocation>
AbstractRowCellFinder. findCells(Row row)
Locates the cells in the row.Iterator<CellLocation>
CellFinder. findCells(SpreadSheet sheet)
Locates the cells in the spreadsheet.Iterator<CellLocation>
RowCellFinder. findCells(Row row)
Locates the cells in the row.Methods in adams.data.spreadsheet.cellfinder with parameters of type CellLocation Modifier and Type Method Description protected abstract CellLocation
AbstractMetaIterator. process(CellLocation location)
Processes the cell location.protected CellLocation
CorrespondingColumn.CorrespondingColumnIterator. process(CellLocation location)
Processes the cell location.Constructor parameters in adams.data.spreadsheet.cellfinder with type arguments of type CellLocation Constructor Description AbstractMetaIterator(Iterator<CellLocation> base)
Initializes the iterator.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 Modifier and Type Method Description protected String
SpreadSheetConvertCells. convertCell(CellLocation location, SpreadSheet sheet)
Applies the conversion to the cell.protected String
SpreadSheetTransformCells. transformCell(CellLocation location, SpreadSheet sheet)
Applies the transformation to the cell.
-