Runtime

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

Packages that use org.eclipse.gmf.runtime.diagram.ui.requests
org.eclipse.gmf.runtime.diagram.ui.commands Aurora internal packages Package Specification Diagram ui commands 
org.eclipse.gmf.runtime.diagram.ui.editpolicies Aurora internal packages Package Specification This package contains the edit policy classes.  
org.eclipse.gmf.runtime.diagram.ui.parts Aurora internal packages Package Specification this package sontains the editors and the editing domain 
org.eclipse.gmf.runtime.diagram.ui.requests Aurora internal packages Package Specification thispackage contains the supported request classes  
 

Classes in org.eclipse.gmf.runtime.diagram.ui.requests used by org.eclipse.gmf.runtime.diagram.ui.commands
CreateConnectionViewAndElementRequest
           
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!!
 

Classes in org.eclipse.gmf.runtime.diagram.ui.requests used by org.eclipse.gmf.runtime.diagram.ui.editpolicies
ArrangeRequest
          A request to arrange a set of elements.
CreateConnectionViewAndElementRequest
           
CreateUnspecifiedTypeConnectionRequest
          This request encapsulates a list of CreateConnectionViewAndElementRequest for each relationship type that this tool supports.
CreateViewAndElementRequest
          A request to create an element and its view
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!!
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
SetAllBendpointRequest
           
ZOrderRequest
          A Request to change the Z-Order
 

Classes in org.eclipse.gmf.runtime.diagram.ui.requests used by org.eclipse.gmf.runtime.diagram.ui.parts
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
 

Classes in org.eclipse.gmf.runtime.diagram.ui.requests used by org.eclipse.gmf.runtime.diagram.ui.requests
ChangePropertyValueRequest
           
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
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!!
 


Runtime

Guidelines for using Eclipse APIs.

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