Uses of Interface
org.eclipse.ui.navigator.INavigatorContentService
Packages that use INavigatorContentService
-
Uses of INavigatorContentService in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator that return INavigatorContentServiceModifier and TypeMethodDescriptionNavigatorContentServiceFactory.createContentService(String aViewerId) Returns an instance of INavigatorContentService configured for the given id.NavigatorContentServiceFactory.createContentService(String aViewerId, StructuredViewer aViewer) Returns an instance of INavigatorContentService configured for the given id.CommonDragAdapterAssistant.getContentService()protected INavigatorContentServiceCommonDropAdapterAssistant.getContentService()ICommonActionExtensionSite.getContentService()CommonNavigator.getNavigatorContentService()CommonViewer.getNavigatorContentService()TheINavigatorContentServiceprovides the hook into the framework to provide content from the various extensions.ICommonContentExtensionSite.getService()Methods in org.eclipse.ui.navigator with parameters of type INavigatorContentServiceModifier and TypeMethodDescriptionfinal voidCommonDropAdapterAssistant.init(INavigatorContentService aContentService) Perform any necessary initialization using theINavigatorContentService.final voidCommonDragAdapterAssistant.setContentService(INavigatorContentService aContentService) Accept and remember the content service this assistant is associated with.voidCommonViewerSorter.setContentService(INavigatorContentService aContentService) Create a sorter service attached to the given content service.Constructors in org.eclipse.ui.navigator with parameters of type INavigatorContentServiceModifierConstructorDescriptionCommonDragAdapter(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) WizardActionGroup(IWorkbenchWindow aWindow, IWizardRegistry aWizardRegistry, String aType, INavigatorContentService aContentService, Predicate<IWizardDescriptor> descriptorFilter, boolean useSeparators)