ref #7268 Implement own extension point for preferences
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / preference / MatchingPreferences.java
index 9c8d50f7ae3feb47c87a8499c3e7b9491a804746..cc84a18c788de53c784ab3ea1e8fd56e678276a6 100644 (file)
@@ -1,21 +1,20 @@
 /**
 * Copyright (C) 2007 EDIT
-* European Distributed Institute of Taxonomy 
+* European Distributed Institute of Taxonomy
 * http://www.e-taxonomy.eu
-* 
+*
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
 
 package eu.etaxonomy.taxeditor.preference;
 
-import org.eclipse.jface.preference.PreferencePage;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.layout.GridLayout;
 import org.eclipse.swt.widgets.Composite;
 import org.eclipse.swt.widgets.Control;
-import org.eclipse.ui.IWorkbench;
-import org.eclipse.ui.IWorkbenchPreferencePage;
+
+import eu.etaxonomy.taxeditor.preference.menu.CdmPreferencePage;
 
 /**
  * <p>MatchingPreferences class.</p>
@@ -24,12 +23,8 @@ import org.eclipse.ui.IWorkbenchPreferencePage;
  * @created Jan 22, 2010
  * @version 1.0
  */
-public class MatchingPreferences extends PreferencePage implements
-       IWorkbenchPreferencePage  {
+public class MatchingPreferences extends CdmPreferencePage  {
 
-       /* (non-Javadoc)
-        * @see org.eclipse.jface.preference.PreferencePage#createContents(org.eclipse.swt.widgets.Composite)
-        */
        /** {@inheritDoc} */
        @Override
        protected Control createContents(Composite parent) {
@@ -40,13 +35,4 @@ public class MatchingPreferences extends PreferencePage implements
                return container;
        }
 
-       /* (non-Javadoc)
-        * @see org.eclipse.ui.IWorkbenchPreferencePage#init(org.eclipse.ui.IWorkbench)
-        */
-       /** {@inheritDoc} */
-       public void init(IWorkbench workbench) {
-               
-       }
-       
-       
 }