public interface IServiceScopes
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DIALOG_SCOPE
A sub-scope to the global scope that is not the workbench window.
|
static java.lang.String |
MPESITE_SCOPE
An editor site within a MultiPageEditorPart.
|
static java.lang.String |
PAGESITE_SCOPE
A page site service locator scope.
|
static java.lang.String |
PARTSITE_SCOPE
A part site service locator scope.
|
static java.lang.String |
WINDOW_SCOPE
A workbench window service locator scope.
|
static java.lang.String |
WORKBENCH_SCOPE
The global service locator scope.
|
static final java.lang.String WORKBENCH_SCOPE
static final java.lang.String DIALOG_SCOPE
static final java.lang.String WINDOW_SCOPE
static final java.lang.String PARTSITE_SCOPE
static final java.lang.String PAGESITE_SCOPE
static final java.lang.String MPESITE_SCOPE
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.