|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Mapping
This is used to map modified chars to unmodified ones.
| Method Summary | |
|---|---|
Key |
getLocalizedKey(char keyChar)
|
java.lang.String |
getLocalizedKeyName(DeviceComponent key)
Searches for a localized name for the given Key. |
Key |
getLowerYZKey()
|
char |
getModifiedChar(Key key,
char unmodChar,
int modifierMask)
Must return the char, that is assotiated to the key with the given key-code when the given modifier is pressed. |
Key |
getUpperYZKey()
|
| Method Detail |
|---|
Key getUpperYZKey()
Key getLowerYZKey()
char getModifiedChar(Key key,
char unmodChar,
int modifierMask)
key - the queried keyunmodChar - modifier - this is one of Keys#MODIFIER_SHIFT, Keys#MODIFIER_ALT, Keys#MODIFIER_ALT_GR
Key getLocalizedKey(char keyChar)
java.lang.String getLocalizedKeyName(DeviceComponent key)
key -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||