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