org.eclipse.emf.ecp.ui.util
Interface ECPModelElementOpener

All Known Implementing Classes:
E4ModelElementOpener, EditorModelElementOpener

public interface ECPModelElementOpener

This interface is used to open a specific editor for a model element. ECP provides a common implementation able to handle all EObjects.

Author:
helming

Method Summary
 void openModelElement(Object element, ECPProject ecpProject)
          The action to open the model element.
 

Method Detail

openModelElement

void openModelElement(Object element,
                      ECPProject ecpProject)
The action to open the model element.

Parameters:
element - the element to open
ecpProject - the project this element belongs to


Copyright © 2015. All Rights Reserved.