Uses of Interface
org.eclipse.core.commands.contexts.IContextManagerListener
Package
Description
Application programming interfaces for contexts.
Provides support for bindings between commands and various user input events
(e.g., keyboard shortcuts).
Provides support for integrating contexts into the Eclipse workbench.
-
Uses of IContextManagerListener in org.eclipse.core.commands.contexts
Modifier and TypeMethodDescriptionfinal void
ContextManager.addContextManagerListener
(IContextManagerListener listener) Adds a listener to this context manager.final void
ContextManager.removeContextManagerListener
(IContextManagerListener listener) Removes a listener from this context manager. -
Uses of IContextManagerListener in org.eclipse.jface.bindings
Modifier and TypeClassDescriptionfinal class
A central repository for bindings -- both in the defined and undefined states. -
Uses of IContextManagerListener in org.eclipse.ui.contexts
Modifier and TypeMethodDescriptionvoid
IContextService.addContextManagerListener
(IContextManagerListener listener) Adds a listener to this context service.void
IContextService.removeContextManagerListener
(IContextManagerListener listener) Removes a listener from this context service.