Uses of Class
org.eclipse.gef.requests.GroupRequest
Packages that use GroupRequest
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.
- 
Uses of GroupRequest in org.eclipse.gef.editpoliciesMethods in org.eclipse.gef.editpolicies with parameters of type GroupRequestModifier and TypeMethodDescriptionprotected CommandComponentEditPolicy.createDeleteCommand(GroupRequest deleteRequest) Override to contribute to the component's being deleted.protected CommandRootComponentEditPolicy.createDeleteCommand(GroupRequest request) Overridden to prevent the host from being deleted.protected CommandContainerEditPolicy.getAddCommand(GroupRequest request) Override to contribute to add requests.protected CommandComponentEditPolicy.getDeleteCommand(GroupRequest request) Calls and returnsComponentEditPolicy.createDeleteCommand(GroupRequest).protected abstract CommandConnectionEditPolicy.getDeleteCommand(GroupRequest request) Subclasses should implement to return the Command to delete the connection.protected CommandContainerEditPolicy.getOrphanChildrenCommand(GroupRequest request) Override to contribute to orphan requests.
- 
Uses of GroupRequest in org.eclipse.gef.requestsSubclasses of GroupRequest in org.eclipse.gef.requestsModifier and TypeClassDescriptionclassA request to align multiple objects.classA Request to change the bounds of the EditPart(s).