|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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_mac_fr_FR.keyStrokeMappings()
Returns the mapping between characters and s for Mac OS and locale
. |
Collection<KeyStrokeMapping> |
KeyStrokeMappingProvider_fr.keyStrokeMappings()
Returns the mapping between characters and s for locale
. |
Collection<KeyStrokeMapping> |
KeyStrokeMappingProvider_en.keyStrokeMappings()
Returns the mapping between characters and s for locale
. |
Collection<KeyStrokeMapping> |
KeyStrokeMappingProvider_de.keyStrokeMappings()
Returns the mapping between characters and s for locale
. |
Collection<KeyStrokeMapping> |
KeyStrokeMappingProvider.keyStrokeMappings()
Returns a collection s to be used by . |
Collection<KeyStrokeMapping> |
DefaultKeyStrokeMappingProvider.keyStrokeMappings()
Returns the default mapping of characters and s. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||