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

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

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

Methods in org.eclipse.core.commands.contexts that return Context
 Context ContextEvent.getContext()
          Returns the instance of the interface that changed.
 Context ContextManager.getContext(java.lang.String contextId)
          Gets the context with the given identifier.
 Context[] ContextManager.getDefinedContexts()
          Returns the those contexts that are defined.
 

Constructors in org.eclipse.core.commands.contexts with parameters of type Context
ContextEvent(Context context, boolean definedChanged, boolean nameChanged, boolean descriptionChanged, boolean parentIdChanged)
          Creates a new instance of this class.