Package org.eclipse.gef.dnd
-
Interface Summary Interface Description TransferDragSourceListener Deprecated. use org.eclipse.jface.util.TransferDragSourceListener insteadTransferDropTargetListener Deprecated. use org.eclipse.jface.util.TransferDropTargetListener instead -
Class Summary Class Description AbstractTransferDragSourceListener An abstract implementation ofTransferDragSourceListener
associated with anEditPartViewer
AbstractTransferDropTargetListener An abstract implementation of TransferDropTargetListener for use withEditPartViewer
s.DelegatingDragAdapter A DragSourceListener that maintains and delegates to a set ofTransferDragSourceListener
s.DelegatingDropAdapter ADropTargetListener
that manages and delegates to a set ofTransferDropTargetListener
s.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 Transfer object used to transfer the template of a palette tool.TemplateTransferDragSourceListener Allows a singlePaletteTemplateEntry
to be dragged from an EditPartViewer.TemplateTransferDropTargetListener Performs a native Drop using theTemplateTransfer
.