- organized plugin.xml extensions
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / campanula / specimenSearch / SpecimenSearchController.java
index 1355384bcbe15cdfcf76a2e8e8591e2228a64a38..295bc26a9816eebd92ed8c019139a7fed709c9f2 100644 (file)
@@ -79,7 +79,7 @@ public class SpecimenSearchController {
      * @see eu.etaxonomy.taxeditor.ui.campanula.specimenSearch.SpecimenSearchComposite#getComboHerbarium()
      */
     public String getHerbarium() {
-        return null;
+        return specimenSearchComposite.getTextHerbarium().getText();
 //        return specimenSearchComposite.getComboHerbarium().getItem(specimenSearchComposite.getComboHerbarium().getSelectionIndex());
     }
 
@@ -89,7 +89,7 @@ public class SpecimenSearchController {
      * @see eu.etaxonomy.taxeditor.ui.campanula.specimenSearch.SpecimenSearchComposite#getComboCountry()
      */
     public String getCountry() {
-        return null;
+        return specimenSearchComposite.getTextCountry().getText();
 //        return specimenSearchComposite.getComboCountry().getItem(specimenSearchComposite.getComboCountry().getSelectionIndex());
     }