|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use INavigatorContentService | |
---|---|
org.eclipse.ui.navigator | Provides the Common Navigator framework. |
Uses of INavigatorContentService in org.eclipse.ui.navigator |
---|
Methods in org.eclipse.ui.navigator that return INavigatorContentService | |
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 |
ICommonContentExtensionSite.getService()
|
INavigatorContentService |
ICommonActionExtensionSite.getContentService()
|
INavigatorContentService |
CommonViewer.getNavigatorContentService()
The INavigatorContentService provides the hook into the framework
to provide content from the various extensions.
|
INavigatorContentService |
CommonNavigator.getNavigatorContentService()
|
protected INavigatorContentService |
CommonDropAdapterAssistant.getContentService()
|
INavigatorContentService |
CommonDragAdapterAssistant.getContentService()
|
Methods in org.eclipse.ui.navigator with parameters of type INavigatorContentService | |
void |
CommonViewerSorter.setContentService(INavigatorContentService aContentService)
Create a sorter service attached to the given content service. |
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. |
Constructors in org.eclipse.ui.navigator with parameters of type INavigatorContentService | |
WizardActionGroup(IWorkbenchWindow aWindow,
IWizardRegistry aWizardRegistry,
String aType,
INavigatorContentService aContentService)
|
|
NavigatorActionService(ICommonViewerSite aCommonViewerSite,
StructuredViewer aStructuredViewer,
INavigatorContentService aContentService)
|
|
CommonDropAdapter(INavigatorContentService aContentService,
StructuredViewer aStructuredViewer)
Create a DropAdapter that handles a drop based on the given content service and selection provider. |
|
CommonDragAdapter(INavigatorContentService aContentService,
ISelectionProvider aProvider)
Create a DragAdapter that drives the configuration of the drag data. |
|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.