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 voidIContextManagerListener. contextManagerChanged(ContextManagerEvent contextManagerEvent)Notifies that one or more properties of an instance ofIContextManagerhave 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 voidBindingManager. contextManagerChanged(ContextManagerEvent contextManagerEvent)Notifies this manager that the context manager has changed.
-