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 null
void deactivateContext(String id)
id
- the id of the Context
, cannot be null
Collection<String> getActiveContextIds()
Context
ids or null
IServiceConstants.ACTIVE_CONTEXTS
void deferUpdates(boolean defer)
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.