public interface IKeyEvent
Modifier and Type | Method and Description |
---|---|
java.lang.Character |
getCharacter()
Gets the character representation of the typed key if the key is representable
by an character.
|
java.util.Set<Modifier> |
getModifier()
Gets the modifiers of the key event as an unmodifiable set
|
java.lang.Character |
getResultingCharacter()
Gets the character representation of the typed key after all modifiers have been applied.
|
VirtualKey |
getVirtualKey()
Gets the virtual key that was typed.
|
VirtualKey getVirtualKey()
java.lang.Character getCharacter()
getResultingCharacter()
java.lang.Character getResultingCharacter()
getCharacter()
java.util.Set<Modifier> getModifier()
Siehe auch Jowidgets Nutzerhandbuch