Package org.fest.swing.keystroke

Maps characters to key strokes for several languages.

See:
          Description

Interface Summary
KeyStrokeMappingProvider Understands how to provide a mapping between characters and KeyStrokes.
 

Class Summary
DefaultKeyStrokeMappingProvider Understands a default mapping of characters and KeyStrokes.
KeyStrokeMap Understands a collection of KeyStrokeMapping.
KeyStrokeMapping Understands a mapping between a character and a KeyStroke.
KeyStrokeMappingProvider_de Understands mapping characters to KeyStrokes for locale GERMAN.
KeyStrokeMappingProvider_en Understands mapping characters to KeyStrokes for locale ENGLISH.
KeyStrokeMappingProvider_fr Understands mapping characters to KeyStrokes for locale FRENCH.
KeyStrokeMappingProvider_mac_fr_FR Understands mapping characters to KeyStrokes for Mac OS and locale FRENCH.
KeyStrokeMappingsParser Understands creation of KeyStrokeMappings by parsing a text file.
 

Package org.fest.swing.keystroke Description

Maps characters to key strokes for several languages.

Classes in this package have been adapted from Abbot. Many thanks to Timothy Wall.



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