Class FileResultsHandler

    • Constructor Detail

      • FileResultsHandler

        public FileResultsHandler()
    • Method Detail

      • outputFileTipText

        public String outputFileTipText()
        Returns the tip text for this property.
        Specified by:
        outputFileTipText in interface FileWriter
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setReader

        public void setReader​(SpreadSheetReader value)
        Sets the spreadsheet reader to use.
        Parameters:
        value - file
      • getReader

        public SpreadSheetReader getReader()
        Returns the spreadsheet reader to use.
        Returns:
        the reader
      • readerTipText

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

        public void setWriter​(SpreadSheetWriter value)
        Sets the spreadsheet writer to use.
        Parameters:
        value - file
      • getWriter

        public SpreadSheetWriter getWriter()
        Returns the spreadsheet writer to use.
        Returns:
        the writer
      • writerTipText

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

        public SpreadSheet read()
        Loads the results (if possible).
        Specified by:
        read in class AbstractResultsHandler
        Returns:
        the results, null if failed to obtain (or not available)
      • write

        public String write​(SpreadSheet results)
        Stores the results.
        Specified by:
        write in class AbstractResultsHandler
        Parameters:
        results - the results to store
        Returns:
        null if successful, otherwise error message