Uses of Interface
org.eclipse.ui.services.IServiceLocator
Packages that use IServiceLocator
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a set of actions related to running and debugging applications.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the product introduction parts.
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Classes for service support.
-
Uses of IServiceLocator in org.eclipse.compare
Methods in org.eclipse.compare that return IServiceLocatorModifier and TypeMethodDescriptionCompareEditorInput.getServiceLocator()ICompareContainer.getServiceLocator()Return the service locator for the container ornullif the container does not have one. -
Uses of IServiceLocator in org.eclipse.compare.internal
Methods in org.eclipse.compare.internal that return IServiceLocator -
Uses of IServiceLocator in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions with parameters of type IServiceLocatorModifier and TypeMethodDescriptionvoidBreakpointTypesContribution.initialize(IServiceLocator serviceLocator) -
Uses of IServiceLocator in org.eclipse.ui
Subinterfaces of IServiceLocator in org.eclipse.uiModifier and TypeInterfaceDescriptioninterfaceThe primary interface between an editor part and the workbench.interfaceThe primary interface between a view part and the workbench.interfaceA workbench is the root object for the Eclipse Platform user interface.interfaceThe primary interface between a workbench part and the workbench.interfaceThe common interface between the workbench and its parts, including pages within parts.interfaceA workbench window is a top level window in a workbench.Methods in org.eclipse.ui that return IServiceLocatorModifier and TypeMethodDescriptionIActionBars.getServiceLocator()Returns the service locator for these action bars.final IServiceLocatorSubActionBars.getServiceLocator()Answer the service locator for this action bar.Methods in org.eclipse.ui with parameters of type IServiceLocatorModifier and TypeMethodDescriptionvoidAbstractSourceProvider.initialize(IServiceLocator locator) This method is called when the source provider is instantiated byorg.eclipse.ui.services.protected final voidSubActionBars.setServiceLocator(IServiceLocator locator) Sets the service locator for this action bar.Constructors in org.eclipse.ui with parameters of type IServiceLocatorModifierConstructorDescriptionSubActionBars(IActionBars parent, IServiceLocator serviceLocator) Constructs a new instance ofSubActionBars.SubActionBars2(IActionBars2 parent, IServiceLocator serviceLocator) Constucts a sub action bars object using an IActionBars2 parent. -
Uses of IServiceLocator in org.eclipse.ui.actions
Constructors in org.eclipse.ui.actions with parameters of type IServiceLocatorModifierConstructorDescriptionContributedAction(IServiceLocator locator, IConfigurationElement element) Create an action that can call a command. -
Uses of IServiceLocator in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IServiceLocatorModifier and TypeClassDescriptionclassAn editor container manages the services for an editor.classPartSiteis the general implementation for anIWorkbenchPartSite.classA view container manages the services for a view.final classThe workbench class represents the top of the Eclipse user interface.classA window within the workbench.Methods in org.eclipse.ui.internal that return IServiceLocatorMethods in org.eclipse.ui.internal with parameters of type IServiceLocatorModifier and TypeMethodDescriptionWorkbenchSupportFactory.create(Class serviceInterface, IServiceLocator parentLocator, IServiceLocator locator) voidShowInMenu.initialize(IServiceLocator serviceLocator) Constructors in org.eclipse.ui.internal with parameters of type IServiceLocatorModifierConstructorDescriptionActionSetActionBars(IActionBars2 parent, IServiceLocator serviceLocator, org.eclipse.ui.internal.provisional.application.IActionBarConfigurer2 actionBarConfigurer, String actionSetId) Constructs a new action bars objectActionSetManager(IServiceLocator locator) EditorActionBars(WorkbenchPage page, IServiceLocator serviceLocator, String type) Constructs the EditorActionBars for an editor. -
Uses of IServiceLocator in org.eclipse.ui.intro
Subinterfaces of IServiceLocator in org.eclipse.ui.introModifier and TypeInterfaceDescriptioninterfaceThe primary interface between an intro part and the workbench. -
Uses of IServiceLocator in org.eclipse.ui.part
Subinterfaces of IServiceLocator in org.eclipse.ui.partModifier and TypeInterfaceDescriptioninterfaceThe primary interface between a page and the outside world.Classes in org.eclipse.ui.part that implement IServiceLocatorModifier and TypeClassDescriptionclassSite for a nested editor within a multi-page editor.classThis implementation ofIPageSiteprovides a site for a page within aPageBookView.Methods in org.eclipse.ui.part that return IServiceLocatorModifier and TypeMethodDescriptionprotected final IServiceLocatorMultiPageEditorPart.getPageSite(int pageIndex) Returns the service locator for the given page index. -
Uses of IServiceLocator in org.eclipse.ui.services
Methods in org.eclipse.ui.services with parameters of type IServiceLocatorModifier and TypeMethodDescriptionabstract ObjectAbstractServiceFactory.create(Class serviceInterface, IServiceLocator parentLocator, IServiceLocator locator) When a service locator cannot find a service it will request one from the registry, which will call this factory create method.
CommandContributionItemParameter