Skip to content
Snippets Groups Projects
Commit 28121341 authored by Christoph Döbber's avatar Christoph Döbber
Browse files

kernel.ui review

parent 38bbc459
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 4E314066E959BB2F449657AD8F254BFA
* @ConQAT.Rating RED Hash: 1DDC37806BAC50CC6BB5840A863C8DF2
*/
public interface IModelElementHandler<T extends EObject> extends
IEObjectAware<T> {
......@@ -95,4 +95,10 @@ public interface IModelElementHandler<T extends EObject> extends
* navigator's simplified non-expert view.
*/
boolean hiddenInNonExpertView();
/**
* Handles the open model element request by returning the object that
* should be passed to the model editor service.
*/
EObject handleOpenModelElementRequest(T element);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment