Enabled keyboard navigation in editor pages and uploaded a new feature.
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / propertysheet / CollectionPropertySource.java
index 91489b3600214d99b5f051ec54c9c7be0e3cd600..697570d49f1e098d4f7ae381c96969b0f6d577f9 100644 (file)
@@ -4,7 +4,6 @@ import java.util.Collection;
 import java.util.Vector;\r
 \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
 \r
 /**\r
@@ -12,7 +11,7 @@ import org.eclipse.ui.views.properties.PropertyDescriptor;
  * @created 08.05.2008\r
  * @version 1.0\r
  */\r
-abstract public class CollectionPropertySource implements IPropertySource {\r
+abstract public class CollectionPropertySource implements ICdmBasePropertySource {\r
 \r
        protected Vector<PropertyDescriptor> descriptors = new Vector<PropertyDescriptor>();\r
        protected Collection<?> collection;\r