Class RowFinderRange

  • All Implemented Interfaces:
    Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, QuickInfoSupporter, SizeOfHandler, CellFinder, Serializable

    public class RowFinderRange
    extends AbstractCellFinder
    Uses a row finder to locate the interesting rows.

    Valid options are:

    -D <int> (property: debugLevel)
        The greater the number the more additional info the scheme may output to 
        the console (0 = off).
        default: 0
        minimum: 0
     
    -row-finder <adams.data.spreadsheet.rowfinder.RowFinder> (property: rowFinder)
        The row finder to use for locating the rows.
        default: adams.data.spreadsheet.rowfinder.ByIndex
     
    -columns <adams.core.Range> (property: columns)
        The columns to locate.
        default: first-last
     
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • RowFinderRange

        public RowFinderRange()
    • Method Detail

      • setRowFinder

        public void setRowFinder​(RowFinder value)
        Sets the row finder to use for locating the rows.
        Parameters:
        value - the finder
      • getRowFinder

        public RowFinder getRowFinder()
        Returns the row finder to use for locating the rows.
        Returns:
        the finder
      • rowFinderTipText

        public String rowFinderTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setColumns

        public void setColumns​(SpreadSheetColumnRange value)
        Sets the columns to locate.
        Parameters:
        value - the columns
      • columnsTipText

        public String columnsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui