public class GlobalKeyEvent
extends Event
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ON_GLOBAL_KEY |
| Constructor and Description |
|---|
GlobalKeyEvent(Component target,
KeyBinding binding,
KeyEvent original) |
| Modifier and Type | Method and Description |
|---|---|
KeyBinding |
getKeyBinding() |
KeyEvent |
getKeyEvent() |
public static final java.lang.String ON_GLOBAL_KEY
public GlobalKeyEvent(Component target,
KeyBinding binding,
KeyEvent original)
public KeyBinding getKeyBinding()
public KeyEvent getKeyEvent()
Copyright © 2018 SAP SE. All Rights Reserved.