Package org.eclipse.ui.services
Interface IServiceScopes
public interface IServiceScopes
Different levels of service locators supported by the workbench.
- Since:
- 3.3
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A sub-scope to the global scope that is not the workbench window.static final String
An editor site within a MultiPageEditorPart.static final String
A page site service locator scope.static final String
A part site service locator scope.static final String
A workbench window service locator scope.static final String
The global service locator scope.
-
Field Details
-
WORKBENCH_SCOPE
The global service locator scope.- See Also:
-
DIALOG_SCOPE
A sub-scope to the global scope that is not the workbench window.- Since:
- 3.5
- See Also:
-
WINDOW_SCOPE
A workbench window service locator scope.- See Also:
-
PARTSITE_SCOPE
A part site service locator scope. Found in editors and views.- See Also:
-
PAGESITE_SCOPE
A page site service locator scope. Found in pages in a PageBookView.- See Also:
-
MPESITE_SCOPE
An editor site within a MultiPageEditorPart.- See Also:
-