GEF v2.0

Package org.eclipse.gef.dnd

Interface Summary
TransferDragSourceListener A DragSourceListener that can handle one type of Transfer.
TransferDropTargetListener A DropTargetListener that can handle one type of Transfer.
 

Class Summary
AbstractTransferDragSourceListener An abstract implementation of TransferDragSourceListener that adds a reference to the EditPartViewer that contains the DragSource widget.
AbstractTransferDropTargetListener An abstract implementation of TransferDropTargetListener that adds a reference to the EditPartViewer that contains the DropTarget widget.
DelegatingDragAdapter A DragSourceListener that allows many TransferDragSourceListeners to be added to it.
DelegatingDropAdapter A DropTargetListener that allows many TransferDropTargetListeners to be added to it.
 


GEF v2.0