Uses of Class
org.eclipse.ui.navigator.CommonDropAdapterAssistant
-
Packages that use CommonDropAdapterAssistant 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 CommonDropAdapterAssistant in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator that return CommonDropAdapterAssistant Modifier and Type Method Description CommonDropAdapterAssistant[]
INavigatorDnDService. findCommonDropAdapterAssistants(Object aDropTarget, IStructuredSelection theDragSelection)
This method returns an array ofCommonDropAdapterAssistant
from content extensions that are visible and active for the associatedINavigatorContentService
.CommonDropAdapterAssistant[]
INavigatorDnDService. findCommonDropAdapterAssistants(Object aDropTarget, TransferData theTransferType)
This method returns an array ofCommonDropAdapterAssistant
from content extensions that are visible and active for the associatedINavigatorContentService
. -
Uses of CommonDropAdapterAssistant in org.eclipse.ui.navigator.resources
Subclasses of CommonDropAdapterAssistant in org.eclipse.ui.navigator.resources Modifier and Type Class Description class
ResourceDropAdapterAssistant
Clients may reference this class in the dropAssistant element of a org.eclipse.ui.navigator.navigatorContent extension point.
-