Class SearchDialogPanel

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

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

  • Constructor Details

    • SearchDialogPanel

      public SearchDialogPanel(CatalogClient client, Object serverConnectFrame)
      This method initializes
      Parameters:
      client -
      translator -
  • Method Details

    • getUpperPanel

      public SearchUpperPanel getUpperPanel()
      It Gets the upperPanel
      Returns:
    • getLowerPanel

      public SearchLowerPanel getLowerPanel()
      It Gets the lowePanel
      Returns:
    • getButtonPanel

      public JPanel getButtonPanel()
      Returns:
      the buttons panel
    • actionPerformed

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

      protected void searchButtonActionPerformed()
      thrown when the search button is clicked
      Throws:
      Exception
    • lastButtonActionPerformed

      protected void lastButtonActionPerformed()
      thrown when the last button is clicked
    • cancelSearchesButtonActionPerformed

      protected void cancelSearchesButtonActionPerformed()
      thrown when the cancel button is clicked
    • closeButtonActionPerformed

      protected void closeButtonActionPerformed()
      thrown when the close button is clicked
    • doQuery

      protected CatalogQuery doQuery()
      Returns:
      the selected query
    • showResultsActionPerformed

      protected void showResultsActionPerformed(GetRecordsReply recordsReply)
      Parameters:
      features -
    • setParent

      public void setParent(JFrame parent)
      Parameters:
      parent - The parent to set.
    • getQuery

      public CatalogQuery getQuery()
    • getCurrentServer

      public String getCurrentServer()
    • setCurrentServer

      public void setCurrentServer(String currentServer)