Package org.eclipse.ui.services
Interface IServiceScopes
-
public interface IServiceScopesDifferent 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
Fields Modifier and Type Field Description static java.lang.StringDIALOG_SCOPEA sub-scope to the global scope that is not the workbench window.static java.lang.StringMPESITE_SCOPEAn editor site within a MultiPageEditorPart.static java.lang.StringPAGESITE_SCOPEA page site service locator scope.static java.lang.StringPARTSITE_SCOPEA part site service locator scope.static java.lang.StringWINDOW_SCOPEA workbench window service locator scope.static java.lang.StringWORKBENCH_SCOPEThe global service locator scope.
-
-
-
Field Detail
-
WORKBENCH_SCOPE
static final java.lang.String WORKBENCH_SCOPE
The global service locator scope.- See Also:
- Constant Field Values
-
DIALOG_SCOPE
static final java.lang.String DIALOG_SCOPE
A sub-scope to the global scope that is not the workbench window.- Since:
- 3.5
- See Also:
- Constant Field Values
-
WINDOW_SCOPE
static final java.lang.String WINDOW_SCOPE
A workbench window service locator scope.- See Also:
- Constant Field Values
-
PARTSITE_SCOPE
static final java.lang.String PARTSITE_SCOPE
A part site service locator scope. Found in editors and views.- See Also:
- Constant Field Values
-
PAGESITE_SCOPE
static final java.lang.String PAGESITE_SCOPE
A page site service locator scope. Found in pages in a PageBookView.- See Also:
- Constant Field Values
-
MPESITE_SCOPE
static final java.lang.String MPESITE_SCOPE
An editor site within a MultiPageEditorPart.- See Also:
- Constant Field Values
-
-