Eclipse GEF
2.1

Package org.eclipse.gef.dnd

Interface Summary
TransferDragSourceListener A DragSourceListener that can handle one type of SWT Transfer.
TransferDropTargetListener A DropTragetListener that handles one type of SWT Transfer.
 

Class Summary
AbstractTransferDragSourceListener An abstract implementation of TransferDragSourceListener associated with an EditPartViewer
AbstractTransferDropTargetListener An abstract implementation of TransferDropTargetListener for use with EditPartViewers.
DelegatingDragAdapter A DragSourceListener that maintains and delegates to a set of TransferDragSourceListeners.
DelegatingDropAdapter A DropTargetListener that manages and delegates to a set of TransferDropTargetListeners.
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  
TemplateTransferDragSourceListener Allows a single PaletteTemplateEntry to be dragged from an EditPartViewer.
TemplateTransferDropTargetListener Performs a native Drop using the TemplateTransfer.
 


Eclipse GEF
2.1

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