Uses of Class
org.eclipse.gef.requests.ChangeBoundsRequest
Packages that use ChangeBoundsRequest
Package
Description
This package contains EditPolicy implementations for many common editing 
Roles.
This package contains the common Request types used by the provided tools and edit policies.
This package provides several tool implementations.
- 
Uses of ChangeBoundsRequest in org.eclipse.gef.editpoliciesMethods in org.eclipse.gef.editpolicies with parameters of type ChangeBoundsRequestModifier and TypeMethodDescriptionprotected CommandConstrainedLayoutEditPolicy.createAddCommand(ChangeBoundsRequest request, EditPart child, Object constraint) Returns theCommandto perform an Add with the specified child and constraint.protected CommandConstrainedLayoutEditPolicy.createChangeConstraintCommand(ChangeBoundsRequest request, EditPart child, Object constraint) The request is now made available when creating the change constraint command.protected voidNonResizableEditPolicy.eraseChangeBoundsFeedback(ChangeBoundsRequest request) Erases drag feedback.protected abstract CommandTreeContainerEditPolicy.getAddCommand(ChangeBoundsRequest request) Returns a Command for adding the children to the container.protected CommandConstrainedLayoutEditPolicy.getChangeConstraintCommand(ChangeBoundsRequest request) Returns theCommandfor changing bounds for a group of children.protected CommandContainerEditPolicy.getCloneCommand(ChangeBoundsRequest request) Override to contribute to clone requests.protected CommandLayoutEditPolicy.getCloneCommand(ChangeBoundsRequest request) Override to contribute to clone requests.protected ObjectConstrainedLayoutEditPolicy.getConstraintFor(ChangeBoundsRequest request, GraphicalEditPart child) Generates a draw2d constraint object for the givenChangeBoundsRequestand child EditPart by delegating toConstrainedLayoutEditPolicy.getConstraintFor(Request, GraphicalEditPart, Rectangle).protected ObjectConstrainedLayoutEditPolicy.getConstraintForClone(GraphicalEditPart part, ChangeBoundsRequest request) Deprecated.protected abstract CommandTreeContainerEditPolicy.getMoveChildrenCommand(ChangeBoundsRequest request) Returns a Command for moving the children within the container.protected CommandNonResizableEditPolicy.getMoveCommand(ChangeBoundsRequest request) Returns the command contribution to a change bounds request.protected CommandConstrainedLayoutEditPolicy.getResizeChildrenCommand(ChangeBoundsRequest request) Returns theCommandto resize a group of children.protected CommandResizableEditPolicy.getResizeCommand(ChangeBoundsRequest request) Returns the command contribution for the given resize request.protected voidNonResizableEditPolicy.showChangeBoundsFeedback(ChangeBoundsRequest request) Shows or updates feedback for a change bounds request.
- 
Uses of ChangeBoundsRequest in org.eclipse.gef.requestsSubclasses of ChangeBoundsRequest in org.eclipse.gef.requests
- 
Uses of ChangeBoundsRequest in org.eclipse.gef.toolsMethods in org.eclipse.gef.tools that return ChangeBoundsRequestModifier and TypeMethodDescriptionprotected ChangeBoundsRequestDragEditPartsTracker.getTargetRequest()Methods in org.eclipse.gef.tools with parameters of type ChangeBoundsRequestModifier and TypeMethodDescriptionprotected voidResizeTracker.enforceConstraintsForResize(ChangeBoundsRequest changeBoundsRequest) Ensures size constraints (by default minimum and maximum) are respected by the given request.protected voidResizeTracker.enforceResizeConstraintsForBottomRightCorner(ChangeBoundsRequest changeBoundsRequest) Ensures that the in addition to the size constraints also the position is respected by the given request.protected DimensionResizeTracker.getMaximumSizeFor(ChangeBoundsRequest request) Determines the maximum size that the host can be resized to for a given request.protected DimensionResizeTracker.getMinimumSizeFor(ChangeBoundsRequest request) Determines the minimum size that the specified child can be resized to.By default, a default value is returned.protected voidDragEditPartsTracker.snapPoint(ChangeBoundsRequest request) This method can be overridden by clients to customize the snapping behavior.
ConstrainedLayoutEditPolicy.getConstraintFor(ChangeBoundsRequest, GraphicalEditPart)instead.