public interface EContextService
| Modifier and Type | Method and Description |
|---|---|
void |
activateContext(java.lang.String id)
Adds the given
Context id to the list of active contexts |
void |
deactivateContext(java.lang.String id)
|
void |
deferUpdates(boolean defer) |
java.util.Collection<java.lang.String> |
getActiveContextIds()
|
Context |
getContext(java.lang.String id)
Look up a
Context with a given id. |
Context getContext(java.lang.String id)
void activateContext(java.lang.String id)
Context id to the list of active contextsid - the id of the Context, cannot be nullvoid deactivateContext(java.lang.String id)
id - the id of the Context, cannot be nulljava.util.Collection<java.lang.String> getActiveContextIds()
Context ids or nullIServiceConstants.ACTIVE_CONTEXTSvoid deferUpdates(boolean defer)
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.