Class TableResultsPanel

    • Field Detail

      • m_SplitPane

        protected adams.gui.core.BaseSplitPane m_SplitPane
        the split pane.
      • m_TableResults

        protected adams.gui.core.SpreadSheetTable m_TableResults
        the table with the statistics.
      • m_TextAreaKey

        protected adams.gui.core.BaseTextAreaWithButtons m_TextAreaKey
        for displaying the results.
      • m_ButtonCopy

        protected adams.gui.core.BaseButton m_ButtonCopy
        the copy button.
      • m_ButtonSave

        protected adams.gui.core.BaseButton m_ButtonSave
        the save button.
      • m_FileChooser

        protected adams.gui.chooser.BaseFileChooser m_FileChooser
        the filechooser for saving the output.
    • Constructor Detail

      • TableResultsPanel

        public TableResultsPanel()
    • Method Detail

      • initialize

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

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class adams.gui.core.BasePanel