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 ofTransferDragSourceListenerassociated with anEditPartViewerAbstractTransferDropTargetListener An abstract implementation of TransferDropTargetListener for use withEditPartViewers.DelegatingDragAdapter A DragSourceListener that maintains and delegates to a set ofTransferDragSourceListeners.DelegatingDropAdapter ADropTargetListenerthat manages and delegates to a set ofTransferDropTargetListeners.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 singlePaletteTemplateEntryto be dragged from an EditPartViewer.TemplateTransferDropTargetListener Performs a native Drop using theTemplateTransfer.