|
|
|
|
Uses of Interface org.eclipse.ui.services.IServiceLocator
Packages that use
IServiceLocator
|
org.eclipse.compare
|
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results. |
org.eclipse.ui
|
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.actions
|
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface. |
org.eclipse.ui.databinding
|
APIs for Workbench properties and observables for use with data binding
Package Specification
This package provides APIs that provide access to properties of Workbench objects for
use with the data binding framework. |
org.eclipse.ui.intro
|
Application programming interfaces for interaction
with and extension of the product introduction parts. |
org.eclipse.ui.menus
|
Provides the public API and default implementation for contributing menu
and toolbars to the menu service. |
org.eclipse.ui.part
|
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface. |
org.eclipse.ui.services
|
Classes for service support. |
Subinterfaces of
IServiceLocator in
org.eclipse.ui
|
interface
|
IEditorSite
The primary interface between an editor part and the workbench. |
interface
|
IViewSite
The primary interface between a view part and the workbench. |
interface
|
IWorkbench
A workbench is the root object for the Eclipse Platform user interface. |
interface
|
IWorkbenchPartSite
The primary interface between a workbench part and the workbench. |
interface
|
IWorkbenchSite
The common interface between the workbench and its parts, including pages
within parts. |
interface
|
IWorkbenchWindow
A workbench window is a top level window in a workbench. |
Constructors in
org.eclipse.ui.menus with parameters of type
IServiceLocator
|
CommandContributionItem
(
IServiceLocator serviceLocator,
String id,
String commandId,
Map parameters,
ImageDescriptor icon,
ImageDescriptor disabledIcon,
ImageDescriptor hoverIcon,
String label,
String mnemonic,
String tooltip,
int style)
Deprecated. create the
CommandContributionItemParameter
|
CommandContributionItemParameter
(
IServiceLocator serviceLocator,
String id,
String commandId,
int style)
Create the parameter object. |
CommandContributionItemParameter
(
IServiceLocator serviceLocator,
String id,
String commandId,
Map parameters,
ImageDescriptor icon,
ImageDescriptor disabledIcon,
ImageDescriptor hoverIcon,
String label,
String mnemonic,
String tooltip,
int style,
String helpContextId,
boolean visibleEnabled)
Build the parameter object. |
UIElement
(
IServiceLocator serviceLocator)
Construct a new instance of this class keyed off of the provided service
locator. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|