Class IModelProcessorContribution.ModelElement
java.lang.Object
org.eclipse.e4.ui.workbench.modeling.IModelProcessorContribution.ModelElement
- Enclosing interface:
- IModelProcessorContribution
A model element to be added to the context used to invoke the processor.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ModelElement
- Parameters:
id
- Identifier of a model element to be added to the context.
-
ModelElement
- Parameters:
id
- Identifier of a model element to be added to the context.contextKey
- An optional key under which to store the model element in the context. The value of "id" is used if this value is not specified.
-
-
Method Details
-
getId
- Returns:
- Identifier of a model element to be added to the context.
-
getContextKey
- Returns:
- An optional key under which to store the model element in the context. The value of "id" is used if this value is not specified.
-