org.fest.swing.keystroke
Class KeyStrokeMappingProvider_mac_fr_FR

java.lang.Object
  extended by org.fest.swing.keystroke.KeyStrokeMappingProvider_mac_fr_FR
All Implemented Interfaces:
KeyStrokeMappingProvider

public class KeyStrokeMappingProvider_mac_fr_FR
extends Object
implements KeyStrokeMappingProvider

Understands mapping characters to KeyStrokes for Mac OS and locale FRENCH.

Author:
Olivier DOREMIEUX

Field Summary
 
Fields inherited from interface org.fest.swing.keystroke.KeyStrokeMappingProvider
NO_MASK
 
Constructor Summary
KeyStrokeMappingProvider_mac_fr_FR()
           
 
Method Summary
 Collection<KeyStrokeMapping> keyStrokeMappings()
          Returns the mapping between characters and KeyStrokes for Mac OS and locale FRENCH.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStrokeMappingProvider_mac_fr_FR

public KeyStrokeMappingProvider_mac_fr_FR()
Method Detail

keyStrokeMappings

public Collection<KeyStrokeMapping> keyStrokeMappings()
Returns the mapping between characters and KeyStrokes for Mac OS and locale FRENCH.

Specified by:
keyStrokeMappings in interface KeyStrokeMappingProvider
Returns:
the mapping between characters and KeyStrokes for Mac OS and locale FRENCH.


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