Uses of Class
org.eclipse.ui.navigator.CommonDragAdapterAssistant
-
Packages that use CommonDragAdapterAssistant Package Description org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension. -
-
Uses of CommonDragAdapterAssistant in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator that return CommonDragAdapterAssistant Modifier and Type Method Description CommonDragAdapterAssistant[]
INavigatorDnDService. getCommonDragAssistants()
As part of the org.eclipse.ui.navigator.viewer extension point, clients may explicit extend the support Transfer Types of a particular viewer using the dragAssistant element.Methods in org.eclipse.ui.navigator with parameters of type CommonDragAdapterAssistant Modifier and Type Method Description void
INavigatorDnDService. bindDragAssistant(CommonDragAdapterAssistant anAssistant)
Clients may choose to programmatically bind drag assistants to an instance of the DND Service. -
Uses of CommonDragAdapterAssistant in org.eclipse.ui.navigator.resources
Subclasses of CommonDragAdapterAssistant in org.eclipse.ui.navigator.resources Modifier and Type Class Description class
ResourceDragAdapterAssistant
Clients may reference this class in the dragAssistant element of a org.eclipse.ui.navigator.viewer extension point.
-