Project

General

Profile

« Previous | Next » 

Revision 4f25e642

Added by Katja Luther over 5 years ago

ref #7063: add vocabulary selection for distribution editor and area selection in editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/e4/OpenDistributionEditorWizardHandlerE4.java
16 16
import org.eclipse.swt.widgets.Shell;
17 17

  
18 18
import eu.etaxonomy.taxeditor.preference.wizard.AvailableDistributionWizard;
19
import eu.etaxonomy.taxeditor.preference.wizard.AvailableVocabularyWizard;
19 20

  
20 21
/**
21 22
 *
......
29 30

  
30 31
        @Execute
31 32
        public void execute(@Named(IServiceConstants.ACTIVE_SHELL)Shell shell) {
33
            AvailableVocabularyWizard wizard = new AvailableVocabularyWizard();
32 34
            AvailableDistributionWizard availableDistributionWizard = new AvailableDistributionWizard();
33 35
            WizardDialog dialog = new WizardDialog(shell,
34
                    availableDistributionWizard);
36
                    wizard);
35 37

  
36 38
            dialog.open();
37 39
        }

Also available in: Unified diff