Runtime

Uses of Class
org.eclipse.gmf.runtime.diagram.ui.requests.DropObjectsRequest

Packages that use DropObjectsRequest
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 
 

Uses of DropObjectsRequest in org.eclipse.gmf.runtime.diagram.ui.editpolicies
 

Methods in org.eclipse.gmf.runtime.diagram.ui.editpolicies that return DropObjectsRequest
protected  DropObjectsRequest DragDropEditPolicy.castToDropObjectsRequest(ChangeBoundsRequest request)
          Retrieves the list of elements being dropped
 

Methods in org.eclipse.gmf.runtime.diagram.ui.editpolicies with parameters of type DropObjectsRequest
protected  Command DragDropEditPolicy.getDropElementCommand(EObject element, DropObjectsRequest request)
          getDropElementCommand Returns a command to handle a DropObjectsRequest of an EObject
protected  Command DragDropEditPolicy.getDropObjectsCommand(DropObjectsRequest request)
          getDropObjectsCommand This provides a generic implementation for handling the DropObjectsRequest which checks for EObject and gets a command from the getDropEementCommand method.
protected  Command DiagramDragDropEditPolicy.getDropFileCommand(DropObjectsRequest dropRequest)
          getDropFileCommand Handler method for the dropRequest as a result of a file transfer drag / drop operation.
 Command DiagramDragDropEditPolicy.getDropObjectsCommand(DropObjectsRequest dropRequest)
           
protected  Command DiagramDragDropEditPolicy.createViewsAndArrangeCommand(DropObjectsRequest dropRequest, java.util.List viewDescriptors)
          createViewsAndArrangeCommand Method to create all the view based on the viewDescriptors list and provide a default arrangement of them.
 

Uses of DropObjectsRequest in org.eclipse.gmf.runtime.diagram.ui.parts
 

Methods in org.eclipse.gmf.runtime.diagram.ui.parts that return DropObjectsRequest
protected  DropObjectsRequest DiagramDropTargetListener.getDropObjectsRequest()
          A helper method that casts the target Request to a DropElementsRequest.
 


Runtime

Guidelines for using Eclipse APIs.

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