Interface ITargetConnectionContext
- All Superinterfaces:
IContext
,IPropertyBag
- All Known Subinterfaces:
IAddConnectionContext
,IAddContext
,ICreateContext
,IMoveShapeContext
- All Known Implementing Classes:
AddConnectionContext
,AddContext
,CreateContext
,MoveShapeContext
The Interface ITargetConnectionContext.
-
Method Summary
Methods inherited from interface org.eclipse.graphiti.IPropertyBag
getProperty, getPropertyKeys, putProperty
-
Method Details
-
getTargetConnection
Connection getTargetConnection()Gets the target connection.- Returns:
- the target connection where the new pictogram element (currently this has to be a shape) has to be inserted
-