Eclipse Platform
Release 3.3

org.eclipse.ui.services
Interface IServiceScopes


public interface IServiceScopes

Different levels of service locators supported by the workbench.

Since:
3.3

Field Summary
static String MPESITE_SCOPE
          An editor site within a MultiPageEditorPart.
static String PAGESITE_SCOPE
          A page site service locator scope.
static String PARTSITE_SCOPE
          A part site service locator scope.
static String WINDOW_SCOPE
          A workbench window service locator scope.
static String WORKBENCH_SCOPE
          The global service locator scope.
 

Field Detail

WORKBENCH_SCOPE

public static final String WORKBENCH_SCOPE
The global service locator scope.

See Also:
Constant Field Values

WINDOW_SCOPE

public static final String WINDOW_SCOPE
A workbench window service locator scope.

See Also:
Constant Field Values

PARTSITE_SCOPE

public static final String PARTSITE_SCOPE
A part site service locator scope. Found in editors and views.

See Also:
Constant Field Values

PAGESITE_SCOPE

public static final String PAGESITE_SCOPE
A page site service locator scope. Found in pages in a PageBookView.

See Also:
Constant Field Values

MPESITE_SCOPE

public static final String MPESITE_SCOPE
An editor site within a MultiPageEditorPart.

See Also:
Constant Field Values

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.