Revision 3036 trunk/extensions/extCatalogYNomenclator/src/es/gva/cit/gvsig/gazetteer/gui/ShowResultsDialog.java

View differences:

ShowResultsDialog.java
53 53
 * @author Jorge Piera Llodra (piera_jor@gva.es)
54 54
 */
55 55
public class ShowResultsDialog extends ShowResultsDialogPanel implements View  {
56

  
56
    private SearchDialog searchDialog= null;
57
    
57 58
    /**
58 59
     * @param client
59 60
     * @param features
......
89 90
       if (feature != null){
90 91
           new FeatureLoader().load(feature);
91 92
       }
93
       closeJDialog();
94
       getSearchDialog().closeJDialog();
92 95
   }
93 96
    
94 97
    
98
    /**
99
     * @return Returns the searchDialog.
100
     */
101
    public SearchDialog getSearchDialog() {
102
        return searchDialog;
103
    }
104
    /**
105
     * @param searchDialog The searchDialog to set.
106
     */
107
    public void setSearchDialog(SearchDialog searchDialog) {
108
        this.searchDialog = searchDialog;
109
    }
95 110
}

Also available in: Unified diff