Class CommonDragAdapter

java.lang.Object
org.eclipse.swt.dnd.DragSourceAdapter
org.eclipse.ui.navigator.CommonDragAdapter
All Implemented Interfaces:
EventListener, DragSourceListener, SWTEventListener

public final class CommonDragAdapter extends DragSourceAdapter
Provides an implementation of DragSourceAdapter which uses the extensions provided by the associated INavigatorContentService.

Clients should not need to create an instance of this class unless they are creating their own custom viewer. Otherwise, CommonViewer configures its drag adapter automatically.

Since:
3.2
See Also: