Package org.eclipse.graphiti.features
Interface IContextHolder
-
- All Known Subinterfaces:
IFeatureAndContext
- All Known Implementing Classes:
AddFeatureCommandWithContext,DefaultFeatureAndContext,DirectEditingFeatureCommandWithContext,FeatureCommandWithContext,GenericFeatureCommandWithContext,MoveAnchorFeatureCommandWithContext,MoveShapeFeatureCommandWithContext,ReconnectCommand,ResizeShapeFeatureCommandWithContext
public interface IContextHolderThe Interface IContextHolder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IContextgetContext()Gets the context.
-
-
-
Method Detail
-
getContext
IContext getContext()
Gets the context.- Returns:
- the context
-
-