Uses of Interface
org.eclipse.jface.bindings.ISchemeListener
Packages that use ISchemeListener
Package
Description
Provides support for bindings between commands and various user input events
(e.g., keyboard shortcuts).
-
Uses of ISchemeListener in org.eclipse.jface.bindings
Classes in org.eclipse.jface.bindings that implement ISchemeListenerModifier and TypeClassDescriptionfinal classA central repository for bindings -- both in the defined and undefined states.Methods in org.eclipse.jface.bindings with parameters of type ISchemeListenerModifier and TypeMethodDescriptionfinal voidScheme.addSchemeListener(ISchemeListener schemeListener) Registers an instance ofISchemeListenerto listen for changes to attributes of this instance.final voidScheme.removeSchemeListener(ISchemeListener schemeListener) Unregisters an instance ofISchemeListenerlistening for changes to attributes of this instance.