|
Eclipse GEF 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateConnectionRequest | |
org.eclipse.gef.editpolicies | This package contains EditPolicy implementations for many common editing Roles. |
Uses of CreateConnectionRequest in org.eclipse.gef.editpolicies |
Methods in org.eclipse.gef.editpolicies with parameters of type CreateConnectionRequest | |
protected void |
GraphicalNodeEditPolicy.eraseCreationFeedback(CreateConnectionRequest request)
Erases connection feedback if necessary. |
protected abstract Command |
GraphicalNodeEditPolicy.getConnectionCompleteCommand(CreateConnectionRequest request)
Returns the Command that will create the connection. |
protected abstract Command |
GraphicalNodeEditPolicy.getConnectionCreateCommand(CreateConnectionRequest request)
Returns the Command that represents the first half of creating a connection. |
protected FeedbackHelper |
GraphicalNodeEditPolicy.getFeedbackHelper(CreateConnectionRequest request)
Returns the FeedbackHelper that is ready to use. |
protected ConnectionAnchor |
GraphicalNodeEditPolicy.getSourceConnectionAnchor(CreateConnectionRequest request)
Called during the display of creation feedback to snap the feedback to the nearest source ConnectionAnchor. |
protected ConnectionAnchor |
GraphicalNodeEditPolicy.getTargetConnectionAnchor(CreateConnectionRequest request)
Called during the display of creation feedback to snap the feedback to the nearest target ConnectionAnchor. |
protected void |
GraphicalNodeEditPolicy.showCreationFeedback(CreateConnectionRequest request)
Shows feedback during a creation. |
|
Eclipse GEF 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |