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.editor/src/main/java/eu/etaxonomy/taxeditor/editor/handler/defaultHandler/DefaultOpenSpecimenEditorForTypeSpecimenHandler.java
24 24
	}
25 25

  
26 26
	@Override
27
	protected void open(SpecimenTypeDesignation entity, Shell shell) {
27
	protected void open(SpecimenTypeDesignation entity, Shell shell, EPartService partService) {
28 28
	    DerivateViewEditorInput input = new DerivateViewEditorInput(entity.getUuid());
29 29
	    MPart part = TaxeditorStorePlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getService(EPartService.class).showPart(
30 30
	            AppModelId.PARTDESCRIPTOR_EU_ETAXONOMY_TAXEDITOR_EDITOR_VIEW_DERIVATE_DERIVATEVIEW, PartState.ACTIVATE);

Also available in: Unified diff