Class AbstractSpreadSheetFilter

    • Constructor Detail

      • AbstractSpreadSheetFilter

        public AbstractSpreadSheetFilter()
    • Method Detail

      • getQuickInfo

        public String getQuickInfo()
        Returns a quick info about the object, which can be displayed in the GUI.
        Default implementation returns null.
        Specified by:
        getQuickInfo in interface QuickInfoSupporter
        Returns:
        null if no info available, otherwise short string
      • check

        protected String check​(SpreadSheet data)
        Hook method for checks.
        Parameters:
        data - the spreadsheet to filter
        Returns:
        the filtered spreadsheet
      • doFilter

        protected abstract SpreadSheet doFilter​(SpreadSheet data)
                                         throws Exception
        Performs the actual filtering of the spreadsheet.
        Parameters:
        data - the spreadsheet to filter
        Returns:
        the filtered spreadsheet
        Throws:
        Exception - if filtering fails