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 SummaryFieldsModifier and TypeFieldDescriptionstatic final StringA sub-scope to the global scope that is not the workbench window.static final StringAn editor site within a MultiPageEditorPart.static final StringA page site service locator scope.static final StringA part site service locator scope.static final StringA workbench window service locator scope.static final StringThe global service locator scope.
- 
Field Details- 
WORKBENCH_SCOPEThe global service locator scope.- See Also:
 
- 
DIALOG_SCOPEA sub-scope to the global scope that is not the workbench window.- Since:
- 3.5
- See Also:
 
- 
WINDOW_SCOPEA workbench window service locator scope.- See Also:
 
- 
PARTSITE_SCOPEA part site service locator scope. Found in editors and views.- See Also:
 
- 
PAGESITE_SCOPEA page site service locator scope. Found in pages in a PageBookView.- See Also:
 
- 
MPESITE_SCOPEAn editor site within a MultiPageEditorPart.- See Also:
 
 
-