Project

General

Profile

« Previous | Next » 

Revision 37bbbd30

Added by Patrick Plitzner over 6 years ago

ref #6598 Migrate "Open in.." handlers

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/defaultHandler/e4/DefaultOpenClassificationWizardHandlerE4.java
2 2

  
3 3
import java.util.UUID;
4 4

  
5
import org.eclipse.e4.ui.workbench.modeling.EPartService;
5 6
import org.eclipse.jface.wizard.WizardDialog;
6 7
import org.eclipse.swt.widgets.Shell;
7 8

  
......
18 19
    }
19 20

  
20 21
    @Override
21
    protected void open(TaxonNode entity, Shell shell) {
22
    protected void open(TaxonNode entity, Shell shell, EPartService partService) {
22 23
        NewClassificationWizard classificationWizard = new NewClassificationWizard();
23 24
        classificationWizard.init(null, null);
24 25
        classificationWizard.setEntity(entity.getClassification());

Also available in: Unified diff