Class OutputPanel

    • Field Detail

      • m_PanelComboBox

        protected JPanel m_PanelComboBox
        the panel for the combobox.
      • m_ComboBoxOutput

        protected BaseComboBox m_ComboBoxOutput
        the combobox listing all the output types.
    • Constructor Detail

      • OutputPanel

        public OutputPanel()
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class BasePanel
      • setResultListener

        public void setResultListener​(weka.experiment.ResultListener value)
        Sets the ResultListener.
        Parameters:
        value - the listener
      • getResultListener

        public weka.experiment.ResultListener getResultListener()
        Returns the configured ResultListener.
        Returns:
        the listener, null if failed to set up