public class KeyBinding extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALT |
static int |
CTRL |
static int |
SHIFT |
| Constructor and Description |
|---|
KeyBinding(String ctrl,
String name,
int keyCode,
int modifiers,
String keyTxt) |
| Modifier and Type | Method and Description |
|---|---|
String |
getControlKey() |
int |
getKeyCode() |
String |
getKeyText() |
int |
getModifiers() |
String |
getName() |
boolean |
isAlt() |
boolean |
isCtrl() |
boolean |
isShift() |
String |
toString() |
public static final int SHIFT
public static final int CTRL
public static final int ALT
Copyright © 2017 SAP SE. All Rights Reserved.