Project

General

Profile

« Previous | Next » 

Revision c7bc3975

Added by Katja Luther over 1 year ago

rename TaxonNameEditor and other classes and remove E4 - continue

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/handler/defaultHandler/OpenBulkEditorForTaxonNodeHandler.java
15 15
import eu.etaxonomy.cdm.persistence.dto.TaxonNodeDto;
16 16
import eu.etaxonomy.taxeditor.bulkeditor.BulkEditorUtil;
17 17
import eu.etaxonomy.taxeditor.bulkeditor.input.AbstractBulkEditorInput;
18
import eu.etaxonomy.taxeditor.bulkeditor.input.TaxonEditorInput;
18
import eu.etaxonomy.taxeditor.bulkeditor.input.TaxonBulkEditorInput;
19 19
import eu.etaxonomy.taxeditor.handler.defaultHandler.e4.DefaultOpenHandlerBaseE4;
20 20

  
21 21
public class OpenBulkEditorForTaxonNodeHandler extends DefaultOpenHandlerBaseE4<ITaxonTreeNode, TaxonNodeDto> {
22 22

  
23 23
    @Override
24 24
    protected void open(TaxonNodeDto entity, Shell shell, EPartService partService) {
25
        AbstractBulkEditorInput<?> input = TaxonEditorInput.getInstance();
25
        AbstractBulkEditorInput<?> input = TaxonBulkEditorInput.getInstance();
26 26
        input.setEntityUuid(entity.getTaxonUuid());
27 27
        BulkEditorUtil.openBulkEditor(input, modelService, partService, application);
28 28
    }

Also available in: Unified diff