Package | Description |
---|---|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
Modifier and Type | Method and Description |
---|---|
INavigatorContentService |
NavigatorContentServiceFactory.createContentService(String aViewerId)
Returns an instance of INavigatorContentService configured
for the given id.
|
INavigatorContentService |
NavigatorContentServiceFactory.createContentService(String aViewerId,
StructuredViewer aViewer)
Returns an instance of INavigatorContentService configured
for the given id.
|
INavigatorContentService |
CommonDragAdapterAssistant.getContentService() |
INavigatorContentService |
ICommonActionExtensionSite.getContentService() |
protected INavigatorContentService |
CommonDropAdapterAssistant.getContentService() |
INavigatorContentService |
CommonViewer.getNavigatorContentService()
The
INavigatorContentService provides the hook into the framework
to provide content from the various extensions. |
INavigatorContentService |
CommonNavigator.getNavigatorContentService() |
INavigatorContentService |
ICommonContentExtensionSite.getService() |
Modifier and Type | Method and Description |
---|---|
void |
CommonDropAdapterAssistant.init(INavigatorContentService aContentService)
Perform any necessary initialization using the
INavigatorContentService . |
void |
CommonDragAdapterAssistant.setContentService(INavigatorContentService aContentService)
Accept and remember the content service this assistant is associated
with.
|
void |
CommonViewerSorter.setContentService(INavigatorContentService aContentService)
Create a sorter service attached to the given content service.
|
Constructor and Description |
---|
CommonDragAdapter(INavigatorContentService aContentService,
ISelectionProvider aProvider)
Create a DragAdapter that drives the configuration of the drag data.
|
CommonDropAdapter(INavigatorContentService aContentService,
StructuredViewer aStructuredViewer)
Create a DropAdapter that handles a drop based on the given content
service and selection provider.
|
NavigatorActionService(ICommonViewerSite aCommonViewerSite,
StructuredViewer aStructuredViewer,
INavigatorContentService aContentService) |
WizardActionGroup(IWorkbenchWindow aWindow,
IWizardRegistry aWizardRegistry,
String aType,
INavigatorContentService aContentService) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.