Enabled keyboard navigation in editor pages and uploaded a new feature.
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / propertysheet / name / NonViralNamePropertySource.java
index b36776e0728eb2fb58482aa7f32e5b5bf14ad7b3..5c99878508364d3026a6f07e963fb5d9fef3bee9 100644 (file)
@@ -20,7 +20,6 @@ import java.util.Vector;
 \r
 import org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor;\r
 import org.eclipse.ui.views.properties.IPropertyDescriptor;\r
-import org.eclipse.ui.views.properties.IPropertySource;\r
 import org.eclipse.ui.views.properties.PropertyDescriptor;\r
 import org.eclipse.ui.views.properties.TextPropertyDescriptor;\r
 \r
@@ -35,6 +34,7 @@ import eu.etaxonomy.cdm.model.reference.Generic;
 import eu.etaxonomy.cdm.model.reference.INomenclaturalReference;\r
 import eu.etaxonomy.cdm.model.reference.ReferenceBase;\r
 import eu.etaxonomy.taxeditor.propertysheet.AnnotationsPropertyDescriptor;\r
+import eu.etaxonomy.taxeditor.propertysheet.ICdmBasePropertySource;\r
 import eu.etaxonomy.taxeditor.propertysheet.MarkersPropertySource;\r
 import eu.etaxonomy.taxeditor.propertysheet.reference.NomenclaturalReferencePropertySource;\r
 import eu.etaxonomy.taxeditor.propertysheet.reference.ReferencePropertySource;\r
@@ -46,7 +46,7 @@ import eu.etaxonomy.taxeditor.store.preference.PreferencesUtil;
  * @created 06.05.2008\r
  * @version 1.0\r
  */\r
-public class NonViralNamePropertySource implements IPropertySource {\r
+public class NonViralNamePropertySource implements ICdmBasePropertySource {\r
 \r
        // The name whose properties are being displayed\r
        NonViralName<?> name;\r