Runtime

Uses of Interface
org.eclipse.gmf.runtime.common.ui.services.dnd.core.ITransferAgent

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

Classes in org.eclipse.gmf.runtime.common.ui.services.dnd.core that implement ITransferAgent
 class TransferAgent
          Utility class that contains the transfer id and the associated transfer
 

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

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.drag that return ITransferAgent
 ITransferAgent TransferDragSourceAdapter.getTransferAgent()
           
 ITransferAgent ITransferDragSourceListener.getTransferAgent()
          Returns the transfer agent associated with this transfer listener.
 

Constructors in org.eclipse.gmf.runtime.common.ui.services.dnd.drag with parameters of type ITransferAgent
SelectionDragAdapter(ITransferAgent transferAgent)
          Constructor for SelectionDragAdapter.
TransferDragSourceAdapter(ITransferAgent aTransferAgent)
          Constructor for TransferDragSourceAdapter.
 

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

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.drop that return ITransferAgent
protected  ITransferAgent AbstractDropTargetListener.getCurrentAgent()
          Returns the current transfer agent.
 ITransferAgent TransferDropTargetAdapter.getTransferAgent()
          Returns the transfer agent.
 ITransferAgent ITransferDropTargetListener.getTransferAgent()
          Returns the transfer agent associated with this transfer listener.
 

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

Constructors in org.eclipse.gmf.runtime.common.ui.services.dnd.drop with parameters of type ITransferAgent
SelectionDropAdapter(ITransferAgent transferAgent)
          Constructor for SelectionDropAdapter.
TransferDropTargetAdapter(ITransferAgent aTransferAgent)
          Constructor for TransferDropTargetAdapter.
 

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