Class ColumnFinderRange

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

    public class ColumnFinderRange
    extends AbstractCellFinder
    Uses a column finder to locate the interesting columns.

    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
     
    -rows <adams.core.Range> (property: rows)
        The rows to locate.
        default: first-last
     
    -column-finder <adams.data.spreadsheet.columnfinder.ColumnFinder> (property: columnFinder)
        The column finder to use for locating the columns.
        default: adams.data.spreadsheet.columnfinder.ByIndex
     
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_Rows

        protected Range m_Rows
        the rows.
      • m_ColumnFinder

        protected ColumnFinder m_ColumnFinder
        the column finder.
    • Constructor Detail

      • ColumnFinderRange

        public ColumnFinderRange()
    • Method Detail

      • setRows

        public void setRows​(Range value)
        Sets the rows to locate.
        Parameters:
        value - the rows
      • getRows

        public Range getRows()
        Returns the rows to locate.
        Returns:
        the rows
      • rowsTipText

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

        public void setColumnFinder​(ColumnFinder value)
        Sets the column finder to use.
        Parameters:
        value - the finder
      • getColumnFinder

        public ColumnFinder getColumnFinder()
        Returns the column finder to use.
        Returns:
        the finder
      • columnFinderTipText

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