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 classContextManagerA 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 voidContext. addContextListener(IContextListener listener)Registers an instance ofIContextListenerto listen for changes to properties of this instance.voidContext. removeContextListener(IContextListener contextListener)Unregisters an instance ofIContextListenerlistening for changes to properties of this instance.
-