Runtime

Uses of Interface
org.eclipse.gmf.runtime.common.ui.services.dnd.drop.IDropTargetContext

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

Uses of IDropTargetContext in org.eclipse.gmf.runtime.common.ui.services.dnd.drop
 

Classes in org.eclipse.gmf.runtime.common.ui.services.dnd.drop that implement IDropTargetContext
 class DropTargetContext
          Concrete implementation of IDropTargetContext
 

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.drop that return IDropTargetContext
protected  IDropTargetContext TransferDropTargetAdapter.getContext()
          Returns the context.
protected  IDropTargetContext AbstractDropTargetListener.getContext()
          Returns the context.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.drop with parameters of type IDropTargetContext
 boolean IDropTargetListener.canSupport(IDropTargetContext context, IDropTargetEvent currentEvent, ITransferAgent currentAgent)
          Returns a boolean indicating whether the listener can support drop operations on the current target.
 boolean AbstractDropTargetListener.canSupport(IDropTargetContext cntxt, IDropTargetEvent currEvent, ITransferAgent currAgent)
           
 void TransferDropTargetAdapter.init(IDropTargetContext initialContext)
           
 void ITransferDropTargetListener.init(IDropTargetContext context)
          Initializes this transfer drop target listener with the drop target context that provides the target and location information during the drag/drop operation.
 

Uses of IDropTargetContext in org.eclipse.gmf.runtime.common.ui.services.dnd.ide.drop
 

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.ide.drop with parameters of type IDropTargetContext
 boolean ResourceDropTargetListener.canSupport(IDropTargetContext context, IDropTargetEvent currentEvent, ITransferAgent currentAgent)
           
 


Runtime

Guidelines for using Eclipse APIs.

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