| Package | Description |
|---|---|
| org.assertj.swing.keystroke |
Mappings of characters to key strokes, supporting multiple languages and platforms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultKeyStrokeMappingProvider
Default mapping of characters and
javax.swing.KeyStrokes. |
class |
KeyStrokeMappingProvider_de
Mapping between characters and
KeyStrokes for locale Locale.GERMAN. |
class |
KeyStrokeMappingProvider_en
Mapping between characters and
KeyStrokes for locale Locale.ENGLISH. |
class |
KeyStrokeMappingProvider_fr
Mapping between characters and
KeyStrokes for locale Locale.FRENCH. |
class |
KeyStrokeMappingProvider_mac_fr_FR
Mapping between characters and
KeyStrokes for Mac OS and locale Locale.FRENCH. |
| Modifier and Type | Method and Description |
|---|---|
KeyStrokeMappingProvider |
KeyStrokeMappingsParser.parse(File file)
Creates a
KeyStrokeMappingProvider containing all the character-keystroke mappings specified in the given
file. |
KeyStrokeMappingProvider |
KeyStrokeMappingsParser.parse(String fileName)
Creates a
KeyStrokeMappingProvider containing all the character-keystroke mappings specified in the file
with the given name. |
| Modifier and Type | Method and Description |
|---|---|
static void |
KeyStrokeMap.addKeyStrokesFrom(KeyStrokeMappingProvider provider)
Adds the collection of
KeyStrokeMappings from the given KeyStrokeMappingProvider to this map. |
Copyright © 2014 AssertJ. All rights reserved.