Package org.eclipse.graphiti.pattern
Interface IConnectionPattern
- All Superinterfaces:
IAdd
,ICreateConnection
,ICreateInfo
- All Known Implementing Classes:
AbstractConnectionPattern
The Interface IConnectionPattern marks a pattern for handling connections.
Please see the information in
AbstractConnectionPattern
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Sets the feature provider.Methods inherited from interface org.eclipse.graphiti.func.ICreateConnection
attachedToSource, canceledAttaching, canCreate, canStartConnection, create, endConnecting, startConnecting
Methods inherited from interface org.eclipse.graphiti.func.ICreateInfo
getCreateDescription, getCreateImageId, getCreateLargeImageId, getCreateName
-
Method Details
-
setFeatureProvider
Sets the feature provider.- Parameters:
fp
- the new feature provider
-