Project

General

Profile

Download (974 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2016 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9
package eu.etaxonomy.taxeditor.preference;
10

    
11
import org.eclipse.jface.preference.FieldEditorPreferencePage;
12
import org.eclipse.ui.IWorkbench;
13
import org.eclipse.ui.IWorkbenchPreferencePage;
14

    
15
/**
16
 * @author k.luther
17
 * @date 01.11.2016
18
 *
19
 */
20
public class AdminPreferencesPage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage {
21

    
22
    /* (non-Javadoc)
23
     * @see org.eclipse.ui.IWorkbenchPreferencePage#init(org.eclipse.ui.IWorkbench)
24
     */
25
    @Override
26
    public void init(IWorkbench workbench) {
27

    
28
    }
29

    
30
    /* (non-Javadoc)
31
     * @see org.eclipse.jface.preference.FieldEditorPreferencePage#createFieldEditors()
32
     */
33
    @Override
34
    protected void createFieldEditors() {
35

    
36
    }
37

    
38

    
39
}
(2-2/25)