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

    • serverConnectFrame

      protected Object serverConnectFrame
    • upperPanel

      protected SearchUpperPanel upperPanel
    • lowerPanel

      protected SearchLowerPanel lowerPanel
    • buttonsPanel

      protected org.gvsig.catalog.ui.search.SearchButtonPanel buttonsPanel
    • client

      protected GazetteerClient client
    • isMinimized

      protected boolean isMinimized
    • features

      protected Feature[] features
  • Constructor Details

    • SearchDialogPanel

      public SearchDialogPanel(GazetteerClient 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:
    • setGazetteerClient

      public void setGazetteerClient(GazetteerClient gazetteerClient)
      Set the gazetteer client
      Parameters:
      Gazetteer - client to set
    • getButtonPanel

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

      public FeatureType getFeatureSelected()
      Returns:
    • actionPerformed

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

      protected void resizeButtonActionPerformed()
      thrown when the resize button is clicked
    • getUpIcon

      protected Icon getUpIcon()
    • getDownIcon

      protected Icon getDownIcon()
    • searchButtonActionPerformed

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

      protected void previousButtonActionPerformed()
      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 GazetteerQuery doQuery()
      Returns:
      the selected query
    • showResultsActionPerformed

      protected void showResultsActionPerformed(Feature[] features)
      Parameters:
      features -
    • setParent

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

      public GazetteerQuery getQuery()
    • getCurrentServer

      public String getCurrentServer()
    • setCurrentServer

      public void setCurrentServer(String currentServer)