Package org.eclipse.graphiti.features
Interface IRemoveBendpointFeature
- All Superinterfaces:
IDescription
,IFeature
,IFeatureProviderHolder
,IName
- All Known Implementing Classes:
DefaultRemoveBendpointFeature
The Interface IRemoveBendpointFeature.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Can remove bendpoint.void
removeBendpoint
(IRemoveBendpointContext context) Removes the bendpoint.Methods inherited from interface org.eclipse.graphiti.IDescription
getDescription
Methods inherited from interface org.eclipse.graphiti.features.IFeature
canExecute, canUndo, execute, hasDoneChanges, isAvailable
Methods inherited from interface org.eclipse.graphiti.features.IFeatureProviderHolder
getFeatureProvider
-
Method Details
-
canRemoveBendpoint
Can remove bendpoint.- Parameters:
context
- the context- Returns:
- true, if successful
-
removeBendpoint
Removes the bendpoint.- Parameters:
context
- the context
-