Class PlainTextResultsPanel

    • Field Detail

      • m_TextAreaResults

        protected adams.gui.core.BaseTextAreaWithButtons m_TextAreaResults
        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

      • PlainTextResultsPanel

        public PlainTextResultsPanel()
    • 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