Uses of Interface
org.fest.swing.keystroke.KeyStrokeMappingProvider

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 KeyStrokes.
 class KeyStrokeMappingProvider_de
          Understands mapping characters to KeyStrokes for locale GERMAN.
 class KeyStrokeMappingProvider_en
          Understands mapping characters to KeyStrokes for locale ENGLISH.
 class KeyStrokeMappingProvider_fr
          Understands mapping characters to KeyStrokes for locale FRENCH.
 class KeyStrokeMappingProvider_mac_fr_FR
          Understands mapping characters to KeyStrokes for Mac OS and locale FRENCH.
 

Methods in org.fest.swing.keystroke that return KeyStrokeMappingProvider
 KeyStrokeMappingProvider KeyStrokeMappingsParser.parse(File file)
          Creates a KeyStrokeMappingProvider containing all the character-keystroke mappings specified in the given file.
 KeyStrokeMappingProvider KeyStrokeMappingsParser.parse(String file)
          Creates a KeyStrokeMappingProvider 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 KeyStrokeMappings from the given KeyStrokeMappingProvider to this map.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.