Uses of Interface
org.eclipse.ui.services.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
Modifier and TypeMethodDescriptionCompareEditorInput.getServiceLocator()
ICompareContainer.getServiceLocator()
Return the service locator for the container ornull
if the container does not have one. -
Uses of IServiceLocator in org.eclipse.debug.ui.actions
Modifier and TypeMethodDescriptionvoid
BreakpointTypesContribution.initialize
(IServiceLocator serviceLocator) -
Uses of IServiceLocator in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
The primary interface between an editor part and the workbench.interface
The primary interface between a view part and the workbench.interface
A workbench is the root object for the Eclipse Platform user interface.interface
The primary interface between a workbench part and the workbench.interface
The common interface between the workbench and its parts, including pages within parts.interface
A workbench window is a top level window in a workbench.Modifier and TypeMethodDescriptionIActionBars.getServiceLocator()
Returns the service locator for these action bars.final IServiceLocator
SubActionBars.getServiceLocator()
Answer the service locator for this action bar.Modifier and TypeMethodDescriptionvoid
AbstractSourceProvider.initialize
(IServiceLocator locator) This method is called when the source provider is instantiated byorg.eclipse.ui.services
.protected final void
SubActionBars.setServiceLocator
(IServiceLocator locator) Sets the service locator for this action bar.ModifierConstructorDescriptionSubActionBars
(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
ModifierConstructorDescriptionContributedAction
(IServiceLocator locator, IConfigurationElement element) Create an action that can call a command. -
Uses of IServiceLocator in org.eclipse.ui.intro
Modifier and TypeInterfaceDescriptioninterface
The primary interface between an intro part and the workbench. -
Uses of IServiceLocator in org.eclipse.ui.part
Modifier and TypeInterfaceDescriptioninterface
The primary interface between a page and the outside world.Modifier and TypeClassDescriptionclass
Site for a nested editor within a multi-page editor.class
This implementation ofIPageSite
provides a site for a page within aPageBookView
.Modifier and TypeMethodDescriptionprotected final IServiceLocator
MultiPageEditorPart.getPageSite
(int pageIndex) Returns the service locator for the given page index. -
Uses of IServiceLocator in org.eclipse.ui.services
Modifier and TypeMethodDescriptionabstract Object
AbstractServiceFactory.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