Class AbstractSpreadSheetHandler

    • Field Detail

      • m_CellRenderingCustomizer

        protected CellRenderingCustomizer m_CellRenderingCustomizer
        for customizing the cell rendering.
    • Constructor Detail

      • AbstractSpreadSheetHandler

        public AbstractSpreadSheetHandler()
    • Method Detail

      • setCellRenderingCustomizer

        public void setCellRenderingCustomizer​(CellRenderingCustomizer value)
        Sets the renderer.
        Parameters:
        value - the renderer
      • getCellRenderingCustomizer

        public CellRenderingCustomizer getCellRenderingCustomizer()
        Returns the renderer.
        Returns:
        the renderer
      • cellRenderingCustomizerTipText

        public String cellRenderingCustomizerTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • readAll

        protected abstract SpreadSheet[] readAll​(File file)
        Reads all the individual spreadsheets from the file.
        Parameters:
        file - the file to read
        Returns:
        the spreadsheet objects that were read from the file