| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPublicationCenterViewController.otherKeyPressed(KeyBinding kb,
GlobalKeyEvent evt) |
| Modifier and Type | Method and Description |
|---|---|
KeyBinding |
GlobalKeyEvent.getKeyBinding() |
protected KeyBinding |
GlobalInputDispatcher.matchBinding(int keyCode,
int modifiers) |
protected KeyBinding |
GlobalInputDispatcher.matchBinding(KeyEvent evt) |
| Modifier and Type | Method and Description |
|---|---|
protected List<KeyBinding> |
GlobalInputDispatcher.getCurrentKeyBindings() |
protected List<KeyBinding> |
GlobalInputDispatcher.matchBindings(String code) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GlobalInputDispatcher.fireKeyPressed(KeyBinding kb,
KeyEvent original) |
protected abstract void |
AbstractKeyEnabledController.otherKeyPressed(KeyBinding kb,
GlobalKeyEvent evt)
Called for any key binding but COPY, PASTE, MOVE or DELETE.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalInputDispatcher.setKeyBindings(Map<String,List<KeyBinding>> bindings) |
| Constructor and Description |
|---|
GlobalKeyEvent(Component target,
KeyBinding binding,
KeyEvent original) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TableAttributeBrowseController.otherKeyPressed(KeyBinding kb,
GlobalKeyEvent evt) |
protected void |
SourceBrowseController.otherKeyPressed(KeyBinding kb,
GlobalKeyEvent evt) |
Copyright © 2017 SAP SE. All Rights Reserved.