Runtime

Package org.eclipse.gmf.runtime.diagram.ui.requests

Aurora internal packages Package Specification thispackage contains the supported request classes

See:
          Description

Interface Summary
RequestConstants this class defines the request constants This interface is not intended to be implemented by clients as new methods may be added in the future.
 

Class Summary
ArrangeRequest A request to arrange a set of elements.
ChangeChildPropertyValueRequest  
ChangePropertyValueRequest  
ChangeSortFilterRequest Request to set the sort/filter view properties.
CreateConnectionViewAndElementRequest  
CreateConnectionViewAndElementRequest.ConnectionViewAndElementDescriptor An extended view descriptor that takes an ElementDescriptor instead of IAdaptable as the element adapter
CreateConnectionViewRequest A request to create new IView (s) To instantiate this request, clients have to create a ConnectionViewDescriptor or a list of ConnectionViewDescriptor s filling it with view creation parameters.
CreateConnectionViewRequest.ConnectionViewDescriptor A specialized view descriptor for connection views
CreateUnspecifiedTypeConnectionRequest This request encapsulates a list of CreateConnectionViewAndElementRequest for each relationship type that this tool supports.
CreateUnspecifiedTypeRequest This request encapsulates a list of CreateViewRequest or CreateViewAndElementRequest for each type that this tool supports.
CreateViewAndElementRequest A request to create an element and its view
CreateViewAndElementRequest.ViewAndElementDescriptor An extended view descriptor that takes an ElementDescriptor instead of IAdaptable as the element adapter
CreateViewRequest A request to create new IView (s) To instantiate this request, clients have to create a ViewDescriptor or a list of ViewDescriptor s filling it with view creation parameters.
CreateViewRequest.ViewDescriptor A view descriptor that contains attributes needed to create the view The class is also a mutable adapter that initially adapts to nothing, but can adapt to IView after the view has been created (by executing the creation command returned from edit policies in response to this request) This is how GEF works!!
org.eclipse.gmf.runtime.diagram.ui.requests.CreateViewRequestFactory Knows how to create a view and element (if applicable) request given an IElementType.
DropObjectsRequest A Drop request that has a List of Objects to drop at a specific location on the target editpart The request can also return an object representing the result of the drop requiredDetail
DuplicateRequest The request used to duplicate a list of editparts.
EditCommandRequestWrapper Wraps an edit command request in a GEF request.
GroupRequestViaKeyboard A group request that originated from the Keyboard due to the use of a hot/shortcut key
RefreshConnectionsRequest A request to refresh the connections.
SetAllBendpointRequest  
ShowHideRelationshipsRequest  
ShowRelatedElementsRequest  
ToggleConnectionLabelsRequest Request to set the visiblity of the labels.
ZOrderRequest A Request to change the Z-Order
 

Package org.eclipse.gmf.runtime.diagram.ui.requests Description

Aurora internal packages

Package Specification

thispackage contains the supported request classes


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.