Class JdbcOutputPanel

    • Field Detail

      • m_TextURL

        protected adams.gui.core.BaseTextField m_TextURL
        the JDBC URL.
      • m_ButtonCredentials

        protected adams.gui.core.BaseButton m_ButtonCredentials
        the button for bringing up the dialog for the user credentials.
      • m_TextUser

        protected adams.gui.core.BaseTextField m_TextUser
        the user name.
      • m_TextPassword

        protected adams.gui.core.BasePasswordField m_TextPassword
        the password.
      • m_CheckBoxShowPassword

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