Class WekaOptionsConversionPanel

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class WekaOptionsConversionPanel
    extends adams.gui.core.BasePanel
    Helper panel that turns Weka commandline strings into quoted strings suitable to be placed into code.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_TextAreaInput

        protected adams.gui.core.BaseTextAreaWithButtons m_TextAreaInput
        the text area for the input.
      • m_ButtonInputCopy

        protected adams.gui.core.BaseButton m_ButtonInputCopy
        the button for copying the input.
      • m_ButtonInputPaste

        protected adams.gui.core.BaseButton m_ButtonInputPaste
        the button for pasting the input.
      • m_TextAreaCodeOutput

        protected adams.gui.core.BaseTextAreaWithButtons m_TextAreaCodeOutput
        the text area for the output.
      • m_ButtonCodeOutputCopy

        protected adams.gui.core.BaseButton m_ButtonCodeOutputCopy
        the button for copying the code output.
      • m_ButtonCodeOutputPaste

        protected adams.gui.core.BaseButton m_ButtonCodeOutputPaste
        the button for pasting the code output.
      • m_ButtonConvert

        protected adams.gui.core.BaseButton m_ButtonConvert
        the button initiating the conversion.
    • Constructor Detail

      • WekaOptionsConversionPanel

        public WekaOptionsConversionPanel()
    • Method Detail

      • initGUI

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

        protected void convert()
        Performs the conversion.