Class IModelProcessorContribution.ModelElement
- java.lang.Object
-
- org.eclipse.e4.ui.workbench.modeling.IModelProcessorContribution.ModelElement
-
- Enclosing interface:
- IModelProcessorContribution
public static class IModelProcessorContribution.ModelElement extends Object
A model element to be added to the context used to invoke the processor.
-
-
Constructor Summary
Constructors Constructor Description ModelElement(String id)
ModelElement(String id, String contextKey)
-
-
-
Constructor Detail
-
ModelElement
public ModelElement(String id)
- Parameters:
id
- Identifier of a model element to be added to the context.
-
-