|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyStrokeMappingProvider | |
---|---|
org.fest.swing.keystroke | Maps characters to key strokes for several languages. |
Uses of KeyStrokeMappingProvider in org.fest.swing.keystroke |
---|
Classes in org.fest.swing.keystroke that implement KeyStrokeMappingProvider | |
---|---|
class |
DefaultKeyStrokeMappingProvider
Understands a default mapping of characters and s. |
class |
KeyStrokeMappingProvider_de
Understands mapping characters to s for locale
. |
class |
KeyStrokeMappingProvider_en
Understands mapping characters to s for locale
. |
class |
KeyStrokeMappingProvider_fr
Understands mapping characters to s for locale
. |
class |
KeyStrokeMappingProvider_mac_fr_FR
Understands mapping characters to s for Mac OS and locale
. |
Methods in org.fest.swing.keystroke that return KeyStrokeMappingProvider | |
---|---|
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. |
Methods in org.fest.swing.keystroke with parameters of type KeyStrokeMappingProvider | |
---|---|
static void |
KeyStrokeMap.addKeyStrokesFrom(KeyStrokeMappingProvider provider)
Adds the collection of s from the given
to this map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |