Class FromSpreadSheet

    • Constructor Detail

      • FromSpreadSheet

        public FromSpreadSheet()
    • Method Detail

      • setReader

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

        public SpreadSheetReader getReader()
        Returns the spreadsheet reader in 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.
      • setColumnKey

        public void setColumnKey​(SpreadSheetColumnIndex value)
        Sets the column containing the variable name.
        Parameters:
        value - the column
      • getColumnKey

        public SpreadSheetColumnIndex getColumnKey()
        Returns the column containing the variable name.
        Returns:
        the column
      • columnKeyTipText

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

        public void setColumnValue​(SpreadSheetColumnIndex value)
        Sets the column containing the variable name.
        Parameters:
        value - the column
      • getColumnValue

        public SpreadSheetColumnIndex getColumnValue()
        Returns the column containing the variable name.
        Returns:
        the column
      • columnValueTipText

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