Uses of Class
org.eclipse.jface.bindings.SchemeEvent
Package
Description
Provides support for bindings between commands and various user input events
(e.g., keyboard shortcuts).
-
Uses of SchemeEvent in org.eclipse.jface.bindings
Modifier and TypeMethodDescriptionvoid
BindingManager.schemeChanged
(SchemeEvent schemeEvent) Notifies this manager that a scheme has changed.void
ISchemeListener.schemeChanged
(SchemeEvent schemeEvent) Notifies that one or more attributes of an instance ofIScheme
have changed.