Uses of Interface
adams.data.spreadsheet.cellfinder.CellFinder
-
Packages that use CellFinder Package Description adams.data.conversion adams.data.spreadsheet.cellfinder adams.flow.transformer -
-
Uses of CellFinder in adams.data.conversion
Fields in adams.data.conversion declared as CellFinder Modifier and Type Field Description protected CellFinder
SpreadSheetCellFinderToPositions. m_CellFinder
Deprecated.the CellFinder to apply.protected CellFinder
SpreadSheetMaterializeFormulas. m_Finder
for locating the cells.Methods in adams.data.conversion that return CellFinder Modifier and Type Method Description CellFinder
SpreadSheetCellFinderToPositions. getCellFinder()
Deprecated.Returns the cell finder in use.CellFinder
SpreadSheetMaterializeFormulas. getFinder()
Returns the cell finder to use.Methods in adams.data.conversion with parameters of type CellFinder Modifier and Type Method Description void
SpreadSheetCellFinderToPositions. setCellFinder(CellFinder value)
Deprecated.Sets the cell finder to use.void
SpreadSheetMaterializeFormulas. setFinder(CellFinder value)
Sets the cell finder to use. -
Uses of CellFinder in adams.data.spreadsheet.cellfinder
Subinterfaces of CellFinder in adams.data.spreadsheet.cellfinder Modifier and Type Interface Description interface
RowCellFinder
Finds cells in a spreadsheet row.Classes in adams.data.spreadsheet.cellfinder that implement CellFinder Modifier and Type Class Description class
AbstractCellFinder
Ancestor for schemes that locate cells of interest in a spreadsheet.class
AbstractRowCellFinder
Ancestor for cell finders that operate on sheets or rows.class
CellRange
Locator that locates cells using a rectangular range.class
CellTypeRange
Locator that locates cells of a certain type using a rectangular range.class
ColumnFinderRange
Uses a column finder to locate the interesting columns.class
CorrespondingColumn
Rather than return a cell that was located using the given cell finder, you can return a corresponding cell (within the same row).
This allows you to locate cells with certain value but then update a different column in the same row.class
RowFinderRange
Uses a row finder to locate the interesting rows.class
SingleCell
Simple locator that just locates a single cell.Fields in adams.data.spreadsheet.cellfinder declared as CellFinder Modifier and Type Field Description protected CellFinder
CorrespondingColumn. m_Finder
the base cell finder to use.Methods in adams.data.spreadsheet.cellfinder that return CellFinder Modifier and Type Method Description static CellFinder
AbstractCellFinder. forCommandLine(String cmdline)
Instantiates the cell finder from the given commandline (i.e., classname and optional options).static CellFinder
AbstractCellFinder. forName(String classname, String[] options)
Instantiates the cell finder with the given options.CellFinder
CorrespondingColumn. getFinder()
Returns the base cell finder.CellFinder
AbstractCellFinder. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.CellFinder
AbstractCellFinder. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.data.spreadsheet.cellfinder with parameters of type CellFinder Modifier and Type Method Description void
CorrespondingColumn. setFinder(CellFinder value)
Sets the base cell finder. -
Uses of CellFinder in adams.flow.transformer
Fields in adams.flow.transformer declared as CellFinder Modifier and Type Field Description protected CellFinder
SpreadSheetCellFinder. m_Finder
the filter to apply.protected CellFinder
SpreadSheetConvertCells. m_Finder
for locating the cells.protected CellFinder
SpreadSheetSetCell. m_Finder
the finder to use.protected CellFinder
SpreadSheetTransformCells. m_Finder
for locating the cells.Methods in adams.flow.transformer that return CellFinder Modifier and Type Method Description CellFinder
SpreadSheetCellFinder. getFinder()
Returns the finder in use.CellFinder
SpreadSheetConvertCells. getFinder()
Returns the cell finder to use.CellFinder
SpreadSheetSetCell. getFinder()
Returns the finder in use.CellFinder
SpreadSheetTransformCells. getFinder()
Returns the cell finder to use.Methods in adams.flow.transformer with parameters of type CellFinder Modifier and Type Method Description void
SpreadSheetCellFinder. setFinder(CellFinder value)
Sets the finder to use.void
SpreadSheetConvertCells. setFinder(CellFinder value)
Sets the cell finder to use.void
SpreadSheetSetCell. setFinder(CellFinder value)
Sets the finder to use.void
SpreadSheetTransformCells. setFinder(CellFinder value)
Sets the cell finder to use.
-