Runtime

Uses of Interface
org.eclipse.gmf.runtime.common.ui.services.dnd.drag.IDragSourceListener

Packages that use IDragSourceListener
org.eclipse.gmf.runtime.common.ui.services.dnd.core Provides core support for drag and drop. 
org.eclipse.gmf.runtime.common.ui.services.dnd.drag Provides core support for the drag component of drag and drop. 
org.eclipse.gmf.runtime.common.ui.services.dnd.ide.drag Provides support for dragging with IDE dependencies. 
 

Uses of IDragSourceListener in org.eclipse.gmf.runtime.common.ui.services.dnd.core
 

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.core that return IDragSourceListener
 IDragSourceListener[] IDragDropListenerProvider.getDragSourceListeners(IDragListenerContext context)
          Returns an array of IDragSourceListener for the given IDragDropListenerContext
 IDragSourceListener[] DragDropListenerService.getDragSourceListeners(IDragListenerContext context)
           
 IDragSourceListener[] AbstractDragDropListenerProvider.getDragSourceListeners(IDragListenerContext context)
           
 

Uses of IDragSourceListener in org.eclipse.gmf.runtime.common.ui.services.dnd.drag
 

Classes in org.eclipse.gmf.runtime.common.ui.services.dnd.drag that implement IDragSourceListener
 class AbstractDragSourceListener
          Abstract parent of all the drag source listeners
 

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.drag that return IDragSourceListener
protected  IDragSourceListener[] TransferDragSourceAdapter.getListeners()
          Returns the listeners.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.drag with parameters of type IDragSourceListener
 void TransferDragSourceAdapter.init(IDragSourceListener[] dragSourceListeners, IDragSourceContext dragSourceContext)
           
 void ITransferDragSourceListener.init(IDragSourceListener[] listeners, IDragSourceContext context)
          Initializes this transfer drag source listener with the drag source listeners, registered against this transfer agent, and the drag source context
 

Uses of IDragSourceListener in org.eclipse.gmf.runtime.common.ui.services.dnd.ide.drag
 

Classes in org.eclipse.gmf.runtime.common.ui.services.dnd.ide.drag that implement IDragSourceListener
 class ResourceDragSourceListener
          Concrete class that implements the IDragSourceListener.
 


Runtime

Guidelines for using Eclipse APIs.

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