Class SimpleText

    • Field Detail

      • m_Font

        protected Font m_Font
        the font to use.
      • m_MissingValue

        protected String m_MissingValue
        the string to use for missing values.
    • Constructor Detail

      • SimpleText

        public SimpleText()
    • Method Detail

      • setColumns

        public void setColumns​(SpreadSheetColumnRange value)
        Sets the columns to display.
        Parameters:
        value - the columns
      • getColumns

        public SpreadSheetColumnRange getColumns()
        Returns the columns to display.
        Returns:
        the columns
      • columnsTipText

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

        protected Font getDefaultFont()
        Returns the default font for the dialog.
        Returns:
        the default font
      • setFont

        public void setFont​(Font value)
        Sets the font for the text area.
        Parameters:
        value - the font
      • getFont

        public Font getFont()
        Returns the font for the text area.
        Returns:
        the font
      • fontTipText

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

        public void setMissingValue​(String value)
        Sets the string to use for missing values.
        Parameters:
        value - the string
      • getMissingValue

        public String getMissingValue()
        Returns the string to use for missing values.
        Returns:
        the string
      • missingValueTipText

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