Class JdbcOutputPanel

    • Field Detail

      • m_ButtonCredentials

        protected BaseButton m_ButtonCredentials
        the button for bringing up the dialog for the user credentials.
      • m_CheckBoxShowPassword

        protected BaseCheckBox m_CheckBoxShowPassword
        whether to show the password.
    • Constructor Detail

      • JdbcOutputPanel

        public JdbcOutputPanel()
    • Method Detail

      • initGUI

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

        protected void showCredentials()
        Displays a dialog for the user credentials.
      • handlesResultListener

        public boolean handlesResultListener​(weka.experiment.ResultListener listener)
        Returns whether this panel handles the specified ResultListener.
        Specified by:
        handlesResultListener in class AbstractOutputPanel
        Parameters:
        listener - the listener to check
        Returns:
        true if the panel handles this listener
      • setResultListener

        public void setResultListener​(weka.experiment.ResultListener value)
        Sets the ResultListener.
        Specified by:
        setResultListener in class AbstractOutputPanel
        Parameters:
        value - the listener
      • getResultListener

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