Runtime

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

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

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

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.drop that return IDropTargetEvent
protected  IDropTargetEvent AbstractDropTargetListener.getCurrentEvent()
          Returns the current event.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.drop with parameters of type IDropTargetEvent
 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)
           
 

Uses of IDropTargetEvent 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 IDropTargetEvent
 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.