|
Eclipse GEF 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeBoundsRequest | |
org.eclipse.gef.editpolicies | This package contains EditPolicy implementations for many common editing Roles. |
org.eclipse.gef.requests | This package contains the common Request types used by the provided tools and edit policies. |
Uses of ChangeBoundsRequest in org.eclipse.gef.editpolicies |
Methods in org.eclipse.gef.editpolicies with parameters of type ChangeBoundsRequest | |
protected Object |
XYLayoutEditPolicy.getConstraintFor(ChangeBoundsRequest request,
GraphicalEditPart child)
Overridden to prevent sizes from becoming too small, and to prevent preferred sizes from getting lost. |
protected abstract Command |
TreeContainerEditPolicy.getAddCommand(ChangeBoundsRequest request)
Returns a Command for adding the children to the container. |
protected abstract Command |
TreeContainerEditPolicy.getMoveChildrenCommand(ChangeBoundsRequest request)
Returns a Command for moving the children within the container. |
protected Command |
ResizableEditPolicy.getResizeCommand(ChangeBoundsRequest request)
Returns the command contribution for the given resize request. |
protected void |
NonResizableEditPolicy.eraseChangeBoundsFeedback(ChangeBoundsRequest request)
Erases drag feedback. |
protected Command |
NonResizableEditPolicy.getMoveCommand(ChangeBoundsRequest request)
Returns the command contribution to a change bounds request. |
protected void |
NonResizableEditPolicy.showChangeBoundsFeedback(ChangeBoundsRequest request)
Shows or updates feedback for a change bounds request. |
protected Object |
ConstrainedLayoutEditPolicy.getConstraintFor(ChangeBoundsRequest request,
GraphicalEditPart child)
Generates a draw2d constraint object derived from the specified child EditPart using the provided Request. |
protected Command |
ConstrainedLayoutEditPolicy.getResizeChildrenCommand(ChangeBoundsRequest request)
Returns the Command to resize a group of children. |
Uses of ChangeBoundsRequest in org.eclipse.gef.requests |
Subclasses of ChangeBoundsRequest in org.eclipse.gef.requests | |
class |
AlignmentRequest
A request to align multiple objects. |
|
Eclipse GEF 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |