Class ShowResultsDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, org.gvsig.andami.ui.mdiManager.IWindow

public class ShowResultsDialog extends ShowResultsDialogPanel implements org.gvsig.andami.ui.mdiManager.IWindow
Author:
Jorge Piera Llodra (piera_jor@gva.es)
See Also:
  • Constructor Details

  • Method Details

    • getWindowInfo

      public org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo()
      Specified by:
      getWindowInfo in interface org.gvsig.andami.ui.mdiManager.IWindow
    • getWindowProfile

      public Object getWindowProfile()
      Specified by:
      getWindowProfile in interface org.gvsig.andami.ui.mdiManager.IWindow
    • closeButtonActionPerformed

      public void closeButtonActionPerformed()
      Overrides:
      closeButtonActionPerformed in class ShowResultsDialogPanel
    • closeJDialog

      public void closeJDialog()
    • loadButtonActionPerformed

      public void loadButtonActionPerformed()
      This method have to load the selected feature into gvSIG
      Overrides:
      loadButtonActionPerformed in class ShowResultsDialogPanel
    • getSearchDialog

      public SearchDialog getSearchDialog()
      Returns:
      Returns the searchDialog.
    • setSearchDialog

      public void setSearchDialog(SearchDialog searchDialog)
      Parameters:
      searchDialog - The searchDialog to set.