@InterfaceAudience.Private public class KeyPress extends Object
Modifier and Type | Class and Description |
---|---|
static class |
KeyPress.Type |
Constructor and Description |
---|
KeyPress(KeyPress.Type type,
Character character,
boolean alt,
boolean ctrl,
boolean shift) |
Modifier and Type | Method and Description |
---|---|
Character |
getCharacter() |
KeyPress.Type |
getType() |
boolean |
isAlt() |
boolean |
isCtrl() |
boolean |
isShift() |
String |
toString() |
public KeyPress(KeyPress.Type type, @Nullable Character character, boolean alt, boolean ctrl, boolean shift)
public KeyPress.Type getType()
@Nullable public Character getCharacter()
public boolean isAlt()
public boolean isCtrl()
public boolean isShift()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.