Augmentable interface for supplying custom key handler methods for components.
If augmented, these key handlers will entirely replace the DefaultKeyHandlers as the key handlers used for all Components in the application.
If you wish to only add new keys, and not remove any, augment DefaultKeyHandlers instead.
See Key Handling for more information.
Augmentable interface for supplying custom key handler methods for components.
Remarks
If augmented, these key handlers will entirely replace the DefaultKeyHandlers as the key handlers used for all Components in the application.
If you wish to only add new keys, and not remove any, augment DefaultKeyHandlers instead.
See Key Handling for more information.