org.fest.swing.keystroke
Class KeyStrokeMappingProvider_en
java.lang.Object
org.fest.swing.keystroke.KeyStrokeMappingProvider_en
- All Implemented Interfaces:
- KeyStrokeMappingProvider
public class KeyStrokeMappingProvider_en
- extends Object
- implements KeyStrokeMappingProvider
Understands mapping characters to KeyStroke
s for locale
ENGLISH
.
- Author:
- Alex Ruiz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyStrokeMappingProvider_en
public KeyStrokeMappingProvider_en()
keyStrokeMappings
public Collection<KeyStrokeMapping> keyStrokeMappings()
- Returns the mapping between characters and
KeyStroke
s for locale
ENGLISH
.
- Specified by:
keyStrokeMappings
in interface KeyStrokeMappingProvider
- Returns:
- the mapping between characters and
KeyStroke
s for locale ENGLISH
.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.