Eclipse GEF
2.1

Uses of Package
org.eclipse.gef.dnd

Packages that use org.eclipse.gef.dnd
org.eclipse.gef All interfaces, base types, and the plugin class are here. 
org.eclipse.gef.dnd   
org.eclipse.gef.ui.parts   
 

Classes in org.eclipse.gef.dnd used by org.eclipse.gef
TransferDragSourceListener
          A DragSourceListener that can handle one type of SWT Transfer.
TransferDropTargetListener
          A DropTragetListener that handles one type of SWT Transfer.
 

Classes in org.eclipse.gef.dnd used by org.eclipse.gef.dnd
AbstractTransferDragSourceListener
          An abstract implementation of TransferDragSourceListener associated with an EditPartViewer
AbstractTransferDropTargetListener
          An abstract implementation of TransferDropTargetListener for use with EditPartViewers.
SimpleObjectTransfer
          Holds on to the object being transferred in a field so that DropTargetListeners can know what's being dragged before the drop occurs.
TemplateTransfer
           
TransferDragSourceListener
          A DragSourceListener that can handle one type of SWT Transfer.
TransferDropTargetListener
          A DropTragetListener that handles one type of SWT Transfer.
 

Classes in org.eclipse.gef.dnd used by org.eclipse.gef.ui.parts
DelegatingDragAdapter
          A DragSourceListener that maintains and delegates to a set of TransferDragSourceListeners.
DelegatingDropAdapter
          A DropTargetListener that manages and delegates to a set of TransferDropTargetListeners.
TransferDragSourceListener
          A DragSourceListener that can handle one type of SWT Transfer.
TransferDropTargetListener
          A DropTragetListener that handles one type of SWT Transfer.
 


Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.