Uses of Class
org.fest.swing.keystroke.KeyStrokeMapping

Packages that use KeyStrokeMapping
org.fest.swing.keystroke Maps characters to key strokes for several languages. 
 

Uses of KeyStrokeMapping in org.fest.swing.keystroke
 

Methods in org.fest.swing.keystroke that return KeyStrokeMapping
static KeyStrokeMapping KeyStrokeMapping.mapping(char character, int keyCode, int modifiers)
          Creates a new KeyStrokeMapping.
 

Methods in org.fest.swing.keystroke that return types with arguments of type KeyStrokeMapping
 Collection<KeyStrokeMapping> KeyStrokeMappingProvider.keyStrokeMappings()
          Returns a collection KeyStrokeMappings to be used by KeyStrokeMap.
 Collection<KeyStrokeMapping> KeyStrokeMappingProvider_en.keyStrokeMappings()
          Returns the mapping between characters and KeyStrokes for locale ENGLISH.
 Collection<KeyStrokeMapping> DefaultKeyStrokeMappingProvider.keyStrokeMappings()
          Returns the default mapping of characters and KeyStrokes.
 Collection<KeyStrokeMapping> KeyStrokeMappingProvider_mac_fr_FR.keyStrokeMappings()
          Returns the mapping between characters and KeyStrokes for Mac OS and locale FRENCH.
 Collection<KeyStrokeMapping> KeyStrokeMappingProvider_fr.keyStrokeMappings()
          Returns the mapping between characters and KeyStrokes for locale FRENCH.
 Collection<KeyStrokeMapping> KeyStrokeMappingProvider_de.keyStrokeMappings()
          Returns the mapping between characters and KeyStrokes for locale GERMAN.
 



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