Uses of Class
org.eclipse.gef.requests.CreateConnectionRequest
Packages that use CreateConnectionRequest
Package
Description
This package contains EditPolicy implementations for many common editing 
Roles.
This package provides several tool implementations.
- 
Uses of CreateConnectionRequest in org.eclipse.gef.editpoliciesMethods in org.eclipse.gef.editpolicies with parameters of type CreateConnectionRequestModifier and TypeMethodDescriptionprotected voidGraphicalNodeEditPolicy.eraseCreationFeedback(CreateConnectionRequest request) Erases connection feedback if necessary.protected abstract CommandGraphicalNodeEditPolicy.getConnectionCompleteCommand(CreateConnectionRequest request) Returns the Command that will create the connection.protected abstract CommandGraphicalNodeEditPolicy.getConnectionCreateCommand(CreateConnectionRequest request) Returns the command that represents the first half of creating a connection.protected ConnectionRouterGraphicalNodeEditPolicy.getDummyConnectionRouter(CreateConnectionRequest request) Returns the ConnectionRouter for the creation feedback's connection.protected FeedbackHelperGraphicalNodeEditPolicy.getFeedbackHelper(CreateConnectionRequest request) Returns the FeedbackHelper that is ready to use.protected ConnectionAnchorGraphicalNodeEditPolicy.getSourceConnectionAnchor(CreateConnectionRequest request) Called during the display of creation feedback to snap the feedback to the nearest source ConnectionAnchor.protected ConnectionAnchorGraphicalNodeEditPolicy.getTargetConnectionAnchor(CreateConnectionRequest request) Called during the display of creation feedback to snap the feedback to the nearest target ConnectionAnchor.protected voidGraphicalNodeEditPolicy.showCreationFeedback(CreateConnectionRequest request) Shows feedback during a creation.
- 
Uses of CreateConnectionRequest in org.eclipse.gef.toolsMethods in org.eclipse.gef.tools that return CreateConnectionRequestModifier and TypeMethodDescriptionprotected CreateConnectionRequestAbstractConnectionCreationTool.getTargetRequest()