| Package | Description |
|---|---|
| org.fest.swing.keystroke |
Maps characters to key strokes for several languages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultKeyStrokeMappingProvider
Understands a default mapping of characters and
s. |
class |
KeyStrokeMappingProvider_de
|
class |
KeyStrokeMappingProvider_en
|
class |
KeyStrokeMappingProvider_fr
|
class |
KeyStrokeMappingProvider_mac_fr_FR
|
| Modifier and Type | Method and Description |
|---|---|
KeyStrokeMappingProvider |
KeyStrokeMappingsParser.parse(File file)
Creates a
containing all the character-keystroke mappings specified
in the given file. |
KeyStrokeMappingProvider |
KeyStrokeMappingsParser.parse(String file)
Creates a
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
s from the given
to this map. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.