Runtime

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

Packages that use IDragSourceContext
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 IDragSourceContext in org.eclipse.gmf.runtime.common.ui.services.dnd.drag
 

Classes in org.eclipse.gmf.runtime.common.ui.services.dnd.drag that implement IDragSourceContext
 class DragSourceContext
          Concrete implementation of IDragSourceContext
 

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.drag that return IDragSourceContext
protected  IDragSourceContext TransferDragSourceAdapter.getContext()
          Returns the context.
protected  IDragSourceContext AbstractDragSourceListener.getContext()
          Returns the context.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.drag with parameters of type IDragSourceContext
 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
 boolean IDragSourceListener.isDraggable(IDragSourceContext context)
          Determines if the selection in the context is draggable.
 boolean AbstractDragSourceListener.isDraggable(IDragSourceContext cntxt)
           
 

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

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.ide.drag with parameters of type IDragSourceContext
 boolean ResourceDragSourceListener.isDraggable(IDragSourceContext context)
           
 


Runtime

Guidelines for using Eclipse APIs.

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