See: Description
Interface | Description |
---|---|
KeyStrokeMappingProvider |
Provides a mapping between characters and
KeyStroke s. |
Class | Description |
---|---|
DefaultKeyStrokeMappingProvider |
Default mapping of characters and
javax.swing.KeyStroke s. |
KeyStrokeMap |
A collection of
KeyStrokeMapping . |
KeyStrokeMapping |
A mapping between a character and a
javax.swing.KeyStroke . |
KeyStrokeMappingProvider_de |
Mapping between characters and
KeyStroke s for locale Locale.GERMAN . |
KeyStrokeMappingProvider_en |
Mapping between characters and
KeyStroke s for locale Locale.ENGLISH . |
KeyStrokeMappingProvider_fi |
Mapping between characters and
KeyStroke s for locale Locale.FINNISH . |
KeyStrokeMappingProvider_fr |
Mapping between characters and
KeyStroke s for locale Locale.FRENCH . |
KeyStrokeMappingProvider_mac_fr_FR |
Mapping between characters and
KeyStroke s for Mac OS and locale Locale.FRENCH . |
KeyStrokeMappingsParser |
Creates
KeyStrokeMapping s 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–2020 AssertJ. All rights reserved.