Project

General

Profile

« Previous | Next » 

Revision 5cfc8708

Added by Patrick Plitzner over 6 years ago

ref #6932 Migrate bulk editor handlers and add annotation merge support

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/handler/DeleteHandlerE4.java
18 18
import org.eclipse.core.runtime.IStatus;
19 19
import org.eclipse.e4.core.di.annotations.CanExecute;
20 20
import org.eclipse.e4.core.di.annotations.Execute;
21
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
22 21
import org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem;
23 22
import org.eclipse.e4.ui.services.IServiceConstants;
24 23
import org.eclipse.jface.dialogs.MessageDialog;
......
82 81

  
83 82
    @Execute
84 83
    public void execute(@Named(IServiceConstants.ACTIVE_SELECTION)Object object,
85
            @Named(IServiceConstants.ACTIVE_PART)MPart activePart,
86 84
            @Named(IServiceConstants.ACTIVE_SHELL)Shell shell) {
87 85

  
88 86
        DeleteConfiguratorBase config = null;

Also available in: Unified diff