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.


Method Summary
 boolean canRemoveBendpoint(IRemoveBendpointContext context)
          Can remove bendpoint.
 void removeBendpoint(IRemoveBendpointContext context)
          Removes the bendpoint.
 
Methods inherited from interface org.eclipse.graphiti.features.IFeature
canExecute, canUndo, execute, hasDoneChanges, isAvailable
 
Methods inherited from interface org.eclipse.graphiti.IName
getName
 
Methods inherited from interface org.eclipse.graphiti.IDescription
getDescription
 
Methods inherited from interface org.eclipse.graphiti.features.IFeatureProviderHolder
getFeatureProvider
 

Method Detail

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.