Package | Description |
---|---|
org.eclipse.gef.editpolicies |
This package contains EditPolicy implementations for many common editing
Roles.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ConnectionEndpointEditPolicy.eraseConnectionMoveFeedback(ReconnectRequest request)
Erases connection move feedback.
|
protected FeedbackHelper |
ConnectionEndpointEditPolicy.getFeedbackHelper(ReconnectRequest request)
Lazily creates and returns the feedback helper for the given request.
|
protected abstract Command |
GraphicalNodeEditPolicy.getReconnectSourceCommand(ReconnectRequest request)
Returns the
Command to reconnect a connection's
source end to the host. |
protected abstract Command |
GraphicalNodeEditPolicy.getReconnectTargetCommand(ReconnectRequest request)
Returns the
Command to reconnect a connection's
target end to the host. |
protected void |
ConnectionEndpointEditPolicy.showConnectionMoveFeedback(ReconnectRequest request)
Shows or updates connection move feedback.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.