Project

General

Profile

« Previous | Next » 

Revision 69e82edd

Added by Katja Luther over 5 years ago

local preferences database specific

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/databaseAdmin/preferencePage/GeneralAdminPreferencePage.java
32 32
    boolean isShowCheckListPerspective = false;
33 33
    boolean isShowTaxonNodeWizard = true;
34 34
    ICdmRepository controller = null;
35
    CdmPreference isShowSpecimenPref = null;
35 36
    /**
36 37
     * {@inheritDoc}
37 38
     */
......
39 40
    protected Control createContents(Composite parent) {
40 41
        final Composite composite = new Composite(parent, SWT.NULL);
41 42

  
43

  
42 44
//        GridLayout gridLayout = new GridLayout();
43 45
//        composite.setLayout(gridLayout);
44 46
//        controller = CdmStore.getCurrentApplicationConfiguration();
......
119 121
//              }
120 122
//         });
121 123

  
124

  
122 125
        return composite;
123 126
    }
124 127

  
......
130 133

  
131 134
    @Override
132 135
    public boolean performOk() {
136

  
133 137
       //ICdmRepository controller = CdmStore.getCurrentApplicationConfiguration();
134 138
       if (controller != null){
135 139
           IPreferenceService service = controller.getPreferenceService();

Also available in: Unified diff