Class ResourceDragAdapterAssistant

java.lang.Object
org.eclipse.ui.navigator.CommonDragAdapterAssistant
org.eclipse.ui.navigator.resources.ResourceDragAdapterAssistant

public class ResourceDragAdapterAssistant extends CommonDragAdapterAssistant
Clients may reference this class in the dragAssistant element of a org.eclipse.ui.navigator.viewer extension point.

Clients may not extend or instantiate this class for any purpose other than INavigatorDnDService.bindDragAssistant(CommonDragAdapterAssistant). Clients may have no direct dependencies on the contract of this class.

Since:
3.2
Restriction:
This class is not intended to be subclassed by clients.