Uses of Class
org.eclipse.gef.requests.BendpointRequest
Packages that use BendpointRequest
Package
Description
This package contains EditPolicy implementations for many common editing 
Roles.
- 
Uses of BendpointRequest in org.eclipse.gef.editpoliciesMethods in org.eclipse.gef.editpolicies with parameters of type BendpointRequestModifier and TypeMethodDescriptionprotected voidBendpointEditPolicy.eraseConnectionFeedback(BendpointRequest request) Erases all bendpoint feedback.protected abstract CommandBendpointEditPolicy.getCreateBendpointCommand(BendpointRequest request) Implement this method to return a Command that will create a bendpoint.protected abstract CommandBendpointEditPolicy.getDeleteBendpointCommand(BendpointRequest request) Implement this method to return a Command that will delete a bendpoint.protected abstract CommandBendpointEditPolicy.getMoveBendpointCommand(BendpointRequest request) Implement this method to return a Command that will move a bendpoint.protected voidBendpointEditPolicy.showCreateBendpointFeedback(BendpointRequest request) Shows feedback when a bendpoint is being created.protected voidBendpointEditPolicy.showDeleteBendpointFeedback(BendpointRequest request) Shows feedback when a bendpoint is being deleted.protected voidBendpointEditPolicy.showMoveBendpointFeedback(BendpointRequest request) Shows feedback when a bendpoint is being moved.