Package org.eclipse.graphiti.features
Interface IMoveBendpointFeature
- All Superinterfaces:
IDescription
,IFeature
,IFeatureProviderHolder
,IMoveFeature
,IName
- All Known Implementing Classes:
DefaultMoveBendpointFeature
The Interface IMoveBendpointFeature.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canMoveBendpoint
(IMoveBendpointContext context) Can move bendpoint.boolean
moveBendpoint
(IMoveBendpointContext context) Move 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
-
canMoveBendpoint
Can move bendpoint.- Parameters:
context
- the context- Returns:
- true, if successful
-
moveBendpoint
Move bendpoint.- Parameters:
context
- the context- Returns:
- true, if successful
-