Class DatabaseConnectionsPanel

    • Constructor Detail

      • DatabaseConnectionsPanel

        public DatabaseConnectionsPanel()
    • Method Detail

      • initialize

        protected void initialize()
        For initializing members.
        Overrides:
        initialize in class BasePanel
      • initGUI

        protected void initGUI()
        Initializes the members.
        Overrides:
        initGUI in class BasePanel
      • addChangeListener

        public void addChangeListener​(ChangeListener l)
        Adds the listener for changes in the connection.
        Parameters:
        l - the listener to add
      • removeChangeListener

        public void removeChangeListener​(ChangeListener l)
        Removes the listener for changes in the connection.
        Parameters:
        l - the listener to remove
      • notifyChangeListeners

        protected void notifyChangeListeners()
        Notifies all listeners about a change in the connection.
      • disconnectConnections

        public void disconnectConnections()
        Clears the connections.