Uses of Class
org.eclipse.core.commands.contexts.ContextManager

Packages that use ContextManager
org.eclipse.core.commands.contexts Application programming interfaces for contexts. 
 

Uses of ContextManager in org.eclipse.core.commands.contexts
 

Methods in org.eclipse.core.commands.contexts that return ContextManager
 ContextManager ContextManagerEvent.getContextManager()
          Returns the instance of the interface that changed.
 

Constructors in org.eclipse.core.commands.contexts with parameters of type ContextManager
ContextManagerEvent(ContextManager contextManager, java.lang.String contextId, boolean contextIdAdded, boolean activeContextsChanged, java.util.Set previouslyActiveContextIds)
          Creates a new instance of this class.