org.eclipse.graphiti.features
Interface IRemoveBendpointFeature
- All Superinterfaces:
- IDescription, IFeature, IFeatureProviderHolder, IName
- All Known Implementing Classes:
- DefaultRemoveBendpointFeature
public interface IRemoveBendpointFeature
- extends IFeature
The Interface IRemoveBendpointFeature.
Methods inherited from interface org.eclipse.graphiti.IName |
getName |
canRemoveBendpoint
boolean canRemoveBendpoint(IRemoveBendpointContext context)
- Can remove bendpoint.
- Parameters:
context
- the context
- Returns:
- true, if successful
removeBendpoint
void removeBendpoint(IRemoveBendpointContext context)
- Removes the bendpoint.
- Parameters:
context
- the context
Copyright (c) SAP AG 2005, 2010.