Uses of Class
org.eclipse.core.commands.contexts.ContextManagerEvent
-
Packages that use ContextManagerEvent Package Description org.eclipse.core.commands.contexts Application programming interfaces for contexts.org.eclipse.jface.bindings Provides support for bindings between commands and various user input events (e.g., keyboard shortcuts). -
-
Uses of ContextManagerEvent in org.eclipse.core.commands.contexts
Methods in org.eclipse.core.commands.contexts with parameters of type ContextManagerEvent Modifier and Type Method Description void
IContextManagerListener. contextManagerChanged(ContextManagerEvent contextManagerEvent)
Notifies that one or more properties of an instance ofIContextManager
have changed. -
Uses of ContextManagerEvent in org.eclipse.jface.bindings
Methods in org.eclipse.jface.bindings with parameters of type ContextManagerEvent Modifier and Type Method Description void
BindingManager. contextManagerChanged(ContextManagerEvent contextManagerEvent)
Notifies this manager that the context manager has changed.
-