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_Basethe base iterator to use.Methods in adams.data.spreadsheet.cellfinder that return CellLocation Modifier and Type Method Description CellLocationAbstractMetaIterator. next()Returns the next cell location.CellLocationRangeIterator. next()Returns the next cell location.CellLocationTypeRangeIterator. next()Returns the next cell location.protected abstract CellLocationAbstractMetaIterator. process(CellLocation location)Processes the cell location.protected CellLocationCorrespondingColumn.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 CellLocationAbstractMetaIterator. process(CellLocation location)Processes the cell location.protected CellLocationCorrespondingColumn.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 StringSpreadSheetConvertCells. convertCell(CellLocation location, SpreadSheet sheet)Applies the conversion to the cell.protected StringSpreadSheetTransformCells. transformCell(CellLocation location, SpreadSheet sheet)Applies the transformation to the cell.
-