Class FilteredColumnFinder

    • Field Detail

      • m_Filter

        protected ColumnFinder m_Filter
        the ColumnFinder to filter the data with first.
      • m_Finder

        protected ColumnFinder m_Finder
        the ColumnFinder to use on the filtered data.
    • Constructor Detail

      • FilteredColumnFinder

        public FilteredColumnFinder()
    • Method Detail

      • setFilter

        public void setFilter​(ColumnFinder value)
        Sets the column finder to filter the data with first.
        Parameters:
        value - the column finder
      • getFilter

        public ColumnFinder getFilter()
        Returns the column finder to filter the data with first.
        Returns:
        the column finder
      • filterTipText

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

        public void setFinder​(ColumnFinder value)
        Sets the column finder to use on the filtered data.
        Parameters:
        value - the column finder
      • getFinder

        public ColumnFinder getFinder()
        Returns the column finder to use on the filtered data.
        Returns:
        the column finder
      • finderTipText

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

        protected int[] doFindColumns​(SpreadSheet data)
        Returns the columns of interest in the spreadsheet.
        Specified by:
        doFindColumns in class AbstractColumnFinder
        Parameters:
        data - the spreadsheet to inspect
        Returns:
        the columns of interest