Uses of Interface
org.eclipse.core.commands.contexts.IContextListener
-
Packages that use IContextListener Package Description org.eclipse.core.commands.contexts Application programming interfaces for contexts. -
-
Uses of IContextListener in org.eclipse.core.commands.contexts
Classes in org.eclipse.core.commands.contexts that implement IContextListener Modifier and Type Class Description class
ContextManager
A context manager tracks the sets of defined and enabled contexts within the application.Methods in org.eclipse.core.commands.contexts with parameters of type IContextListener Modifier and Type Method Description void
Context. addContextListener(IContextListener listener)
Registers an instance ofIContextListener
to listen for changes to properties of this instance.void
Context. removeContextListener(IContextListener contextListener)
Unregisters an instance ofIContextListener
listening for changes to properties of this instance.
-