Package | Description |
---|---|
org.fest.swing.keystroke |
Maps characters to key strokes for several languages.
|
Modifier and Type | Method and Description |
---|---|
static KeyStrokeMapping |
KeyStrokeMapping.mapping(char character,
int keyCode,
int modifiers)
Creates a new
KeyStrokeMapping . |
Modifier and Type | Method and Description |
---|---|
Collection<KeyStrokeMapping> |
KeyStrokeMappingProvider_fr.keyStrokeMappings()
|
Collection<KeyStrokeMapping> |
KeyStrokeMappingProvider_mac_fr_FR.keyStrokeMappings()
|
Collection<KeyStrokeMapping> |
KeyStrokeMappingProvider_de.keyStrokeMappings()
|
Collection<KeyStrokeMapping> |
KeyStrokeMappingProvider.keyStrokeMappings()
Returns a collection
s to be used by . |
Collection<KeyStrokeMapping> |
KeyStrokeMappingProvider_en.keyStrokeMappings()
|
Collection<KeyStrokeMapping> |
DefaultKeyStrokeMappingProvider.keyStrokeMappings()
Returns the default mapping of characters and
s. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.