Package org.eclipse.e4.ui.services
Interface EContextService
public interface EContextService
- Since:
- 1.0
- Restriction:
- This interface is not intended to be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the givenContext
id to the list of active contextsvoid
void
deferUpdates
(boolean defer) getContext
(String id) Look up aContext
with a given id.
-
Method Details
-
getContext
-
activateContext
Adds the givenContext
id to the list of active contexts- Parameters:
id
- the id of theContext
, cannot benull
-
deactivateContext
- Parameters:
id
- the id of theContext
, cannot benull
-
getActiveContextIds
Collection<String> getActiveContextIds()- Returns:
- the active
Context
ids ornull
- See Also:
-
deferUpdates
void deferUpdates(boolean defer) - Restriction:
- This method is not intended to be referenced by clients.
-