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.
|
Modifier and Type | Method and Description |
---|---|
CommonDropAdapterAssistant[] |
INavigatorDnDService.findCommonDropAdapterAssistants(Object aDropTarget,
IStructuredSelection theDragSelection)
This method returns an array of
CommonDropAdapterAssistant from
content extensions that are visible and active for the
associated INavigatorContentService . |
CommonDropAdapterAssistant[] |
INavigatorDnDService.findCommonDropAdapterAssistants(Object aDropTarget,
TransferData theTransferType)
This method returns an array of
CommonDropAdapterAssistant from
content extensions that are visible and active for the
associated INavigatorContentService . |
Modifier and Type | Class and Description |
---|---|
class |
ResourceDropAdapterAssistant
Clients may reference this class in the dropAssistant element of a
org.eclipse.ui.navigator.navigatorContent extension point.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.