Class ServerConnectDialogPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.catalog.ui.serverconnect.ServerConnectDialogPanel
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class ServerConnectDialogPanel extends JPanel implements ActionListener
Author:
Jorge Piera Llodra (piera_jor@gva.es)
See Also:
  • Field Details

  • Constructor Details

    • ServerConnectDialogPanel

      public ServerConnectDialogPanel(JFrame parent)
      Constructor
      Parameters:
      parent -
  • Method Details

    • getPropertiesIcon

      protected Icon getPropertiesIcon()
    • getControlsPanel

      public ServerConnectPanel getControlsPanel()
      Returns:
      the main panel
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • searchButtonActionPerformed

      protected void searchButtonActionPerformed()
      Action when the search button is clicked
    • serverPropertiesButtonActionPerformed

      protected void serverPropertiesButtonActionPerformed()
      It is thrown the the server properties button is clicked
    • connectButtonActionPerformed

      protected void connectButtonActionPerformed()
      It is thrown the the connect button is clicked
    • createClient

      protected void createClient()
      Create the catalog client
    • closeButtonActionPerformed

      protected void closeButtonActionPerformed()
      * It is thrown the the close button is clicked
    • getCurrentServer

      public String getCurrentServer()
      Returns:
      Returns the currentServer.
    • getClient

      public CatalogClient getClient()
      Returns:
      Returns the client.