| Package | Description |
|---|---|
| org.eclipse.nebula.widgets.nattable.ui.binding | |
| org.eclipse.nebula.widgets.nattable.ui.matcher |
| Modifier and Type | Method and Description |
|---|---|
IKeyEventMatcher |
KeyBinding.getKeyEventMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
UiBindingRegistry.registerFirstKeyBinding(IKeyEventMatcher keyMatcher,
IKeyAction action) |
void |
UiBindingRegistry.registerKeyBinding(IKeyEventMatcher keyMatcher,
IKeyAction action) |
void |
UiBindingRegistry.unregisterKeyBinding(IKeyEventMatcher keyMatcher) |
| Constructor and Description |
|---|
KeyBinding(IKeyEventMatcher keyEventMatcher,
IKeyAction action) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyEventMatcher |
class |
LetterOrDigitKeyEventMatcher
IKeyEventMatcher implementation that will check if a pressed key
is a letter or digit key, in combination with the configured state mask
for the keyboard modifier. |
Copyright © 2013. All Rights Reserved.