Uses of Interface
org.eclipse.gef.dnd.TransferDragSourceListener
Packages that use TransferDragSourceListener
Package
Description
All interfaces, base types, and the plugin class are here.
- 
Uses of TransferDragSourceListener in org.eclipse.gefMethods in org.eclipse.gef with parameters of type TransferDragSourceListenerModifier and TypeMethodDescriptionvoidEditPartViewer.addDragSourceListener(TransferDragSourceListener listener) Deprecated, for removal: This API element is subject to removal in a future version.voidEditPartViewer.removeDragSourceListener(TransferDragSourceListener listener) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Uses of TransferDragSourceListener in org.eclipse.gef.dndClasses in org.eclipse.gef.dnd that implement TransferDragSourceListenerModifier and TypeClassDescriptionclassAn abstract implementation ofTransferDragSourceListenerassociated with anEditPartViewerclassAllows a singlePaletteTemplateEntryto be dragged from an EditPartViewer.Methods in org.eclipse.gef.dnd with parameters of type TransferDragSourceListenerModifier and TypeMethodDescriptionvoidDelegatingDragAdapter.addDragSourceListener(TransferDragSourceListener listener) Deprecated, for removal: This API element is subject to removal in a future version.voidDelegatingDragAdapter.removeDragSourceListener(TransferDragSourceListener listener) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Uses of TransferDragSourceListener in org.eclipse.gef.ui.partsMethods in org.eclipse.gef.ui.parts with parameters of type TransferDragSourceListenerModifier and TypeMethodDescriptionvoidAbstractEditPartViewer.addDragSourceListener(TransferDragSourceListener listener) Deprecated, for removal: This API element is subject to removal in a future version.voidAbstractEditPartViewer.removeDragSourceListener(TransferDragSourceListener listener) Deprecated, for removal: This API element is subject to removal in a future version.
EditPartViewer.addDragSourceListener(TransferDragSourceListener)instead.