Uses of Class
org.eclipse.gef.requests.CreateRequest
Packages that use CreateRequest
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 CreateRequest in org.eclipse.gef.dndMethods in org.eclipse.gef.dnd that return CreateRequestModifier and TypeMethodDescriptionprotected final CreateRequestTemplateTransferDropTargetListener.getCreateRequest()A helper method that casts the target Request to a CreateRequest.
- 
Uses of CreateRequest in org.eclipse.gef.editpoliciesMethods in org.eclipse.gef.editpolicies with parameters of type CreateRequestModifier and TypeMethodDescriptionprotected IFigureLayoutEditPolicy.createSizeOnDropFeedback(CreateRequest createRequest) Override to provide custom feedback figure for the given create request.protected ObjectConstrainedLayoutEditPolicy.getConstraintFor(CreateRequest request) Generates a draw2d constraint for the givenCreateRequestby delegating toConstrainedLayoutEditPolicy.getConstraintFor(Request, GraphicalEditPart, Rectangle).protected abstract CommandContainerEditPolicy.getCreateCommand(CreateRequest request) Clients must implement to contribute to create requests.protected abstract CommandLayoutEditPolicy.getCreateCommand(CreateRequest request) Returns theCommandto perform a create.protected abstract CommandTreeContainerEditPolicy.getCreateCommand(CreateRequest request) Returns a Command for creating the object inside the container.protected InsetsLayoutEditPolicy.getCreationFeedbackOffset(CreateRequest request) Returns any insets that need to be applied to the creation feedback's bounds.protected IFigureLayoutEditPolicy.getSizeOnDropFeedback(CreateRequest createRequest) Lazily creates and returns the Figure to use for size-on-drop feedback.protected voidLayoutEditPolicy.showSizeOnDropFeedback(CreateRequest request) Shows size-on-drop feedback during creation.protected voidXYLayoutEditPolicy.showSizeOnDropFeedback(CreateRequest request) 
- 
Uses of CreateRequest in org.eclipse.gef.requestsSubclasses of CreateRequest in org.eclipse.gef.requestsModifier and TypeClassDescriptionclassA Request to create a new Connection.
- 
Uses of CreateRequest in org.eclipse.gef.toolsMethods in org.eclipse.gef.tools that return CreateRequestModifier and TypeMethodDescriptionprotected CreateRequestCreationTool.getCreateRequest()Deprecated, for removal: This API element is subject to removal in a future version.use TargetingTool#getTargetRequest()protected CreateRequestCreationTool.getTargetRequest()Methods in org.eclipse.gef.tools with parameters of type CreateRequestModifier and TypeMethodDescriptionprotected voidCreationTool.enforceConstraintsForSizeOnDropCreate(CreateRequest request) Ensures size constraints (by default minimum and maximum) are respected by the given request.protected DimensionCreationTool.getMaximumSizeFor(CreateRequest request) Determines the maximum size for CreateRequest's size on drop.protected DimensionCreationTool.getMinimumSizeFor(CreateRequest request) Determines the minimum size for CreateRequest's size on drop.