Class SimpleText.SimpleTextPanel

    • Field Detail

      • m_TextArea

        protected BaseTextArea m_TextArea
        the text area for displaying the data.
      • m_MissingValue

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

      • SimpleTextPanel

        public SimpleTextPanel()
    • Method Detail

      • initialize

        protected void initialize()
        Initializes the members.
        Overrides:
        initialize in class BasePanel
      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class BasePanel
      • 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
      • setTextFont

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

        public Font getTextFont()
        Returns the font for the text area.
        Returns:
        the font
      • 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