public interface KeyStrokeMapProvider
Modifier and Type | Method and Description |
---|---|
java.util.Map |
loadCharacterMap()
Returns a map for the current locale which translates an Integer
virtual keycode (VK_XXX) into a the Character it produces.
|
java.util.Map |
loadKeyStrokeMap()
Returns a map for the current locale which translates a Character into
a keycode-based KeyStroke.
|
java.util.Map loadCharacterMap()
java.util.Map loadKeyStrokeMap()
Abbot is hosted on