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 CellFinderSpreadSheetCellFinderToPositions. m_CellFinderDeprecated.the CellFinder to apply.protected CellFinderSpreadSheetMaterializeFormulas. m_Finderfor locating the cells.Methods in adams.data.conversion that return CellFinder Modifier and Type Method Description CellFinderSpreadSheetCellFinderToPositions. getCellFinder()Deprecated.Returns the cell finder in use.CellFinderSpreadSheetMaterializeFormulas. getFinder()Returns the cell finder to use.Methods in adams.data.conversion with parameters of type CellFinder Modifier and Type Method Description voidSpreadSheetCellFinderToPositions. setCellFinder(CellFinder value)Deprecated.Sets the cell finder to use.voidSpreadSheetMaterializeFormulas. 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 interfaceRowCellFinderFinds cells in a spreadsheet row.Classes in adams.data.spreadsheet.cellfinder that implement CellFinder Modifier and Type Class Description classAbstractCellFinderAncestor for schemes that locate cells of interest in a spreadsheet.classAbstractRowCellFinderAncestor for cell finders that operate on sheets or rows.classCellRangeLocator that locates cells using a rectangular range.classCellTypeRangeLocator that locates cells of a certain type using a rectangular range.classColumnFinderRangeUses a column finder to locate the interesting columns.classCorrespondingColumnRather 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.classRowFinderRangeUses a row finder to locate the interesting rows.classSingleCellSimple locator that just locates a single cell.Fields in adams.data.spreadsheet.cellfinder declared as CellFinder Modifier and Type Field Description protected CellFinderCorrespondingColumn. m_Finderthe base cell finder to use.Methods in adams.data.spreadsheet.cellfinder that return CellFinder Modifier and Type Method Description static CellFinderAbstractCellFinder. forCommandLine(String cmdline)Instantiates the cell finder from the given commandline (i.e., classname and optional options).static CellFinderAbstractCellFinder. forName(String classname, String[] options)Instantiates the cell finder with the given options.CellFinderCorrespondingColumn. getFinder()Returns the base cell finder.CellFinderAbstractCellFinder. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.CellFinderAbstractCellFinder. 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 voidCorrespondingColumn. 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 CellFinderSpreadSheetCellFinder. m_Finderthe filter to apply.protected CellFinderSpreadSheetConvertCells. m_Finderfor locating the cells.protected CellFinderSpreadSheetSetCell. m_Finderthe finder to use.protected CellFinderSpreadSheetTransformCells. m_Finderfor locating the cells.Methods in adams.flow.transformer that return CellFinder Modifier and Type Method Description CellFinderSpreadSheetCellFinder. getFinder()Returns the finder in use.CellFinderSpreadSheetConvertCells. getFinder()Returns the cell finder to use.CellFinderSpreadSheetSetCell. getFinder()Returns the finder in use.CellFinderSpreadSheetTransformCells. getFinder()Returns the cell finder to use.Methods in adams.flow.transformer with parameters of type CellFinder Modifier and Type Method Description voidSpreadSheetCellFinder. setFinder(CellFinder value)Sets the finder to use.voidSpreadSheetConvertCells. setFinder(CellFinder value)Sets the cell finder to use.voidSpreadSheetSetCell. setFinder(CellFinder value)Sets the finder to use.voidSpreadSheetTransformCells. setFinder(CellFinder value)Sets the cell finder to use.
-