See: Description
| Interface | Description |
|---|---|
| KeyStrokeMappingProvider |
Provides a mapping between characters and
KeyStrokes. |
| Class | Description |
|---|---|
| DefaultKeyStrokeMappingProvider |
Default mapping of characters and
javax.swing.KeyStrokes. |
| KeyStrokeMap |
A collection of
KeyStrokeMapping. |
| KeyStrokeMapping |
A mapping between a character and a
javax.swing.KeyStroke. |
| KeyStrokeMappingProvider_de |
Mapping between characters and
KeyStrokes for locale Locale.GERMAN. |
| KeyStrokeMappingProvider_en |
Mapping between characters and
KeyStrokes for locale Locale.ENGLISH. |
| KeyStrokeMappingProvider_fr |
Mapping between characters and
KeyStrokes for locale Locale.FRENCH. |
| KeyStrokeMappingProvider_mac_fr_FR |
Mapping between characters and
KeyStrokes for Mac OS and locale Locale.FRENCH. |
| KeyStrokeMappingsParser |
Creates
KeyStrokeMappings by parsing a text file. |
Mappings of characters to key strokes, supporting multiple languages and platforms.
Most of the classes of in this packages were adapted from Abbot. Many thanks to Timothy Wall for allowing us to use them.
Copyright © 2014 AssertJ. All rights reserved.