public class DefaultWidgetHotKeyHandler extends AbstractWidgetHotKeyHandler
| Constructor and Description |
|---|
DefaultWidgetHotKeyHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleHotKey(java.lang.Object data)
Called when a registered hot key is pressed.
|
boolean |
isBusyListener()
Returns whether busy listener mechanism should be used when handling keyboard shortcut events or not.
|
focusWidgetpublic void handleHotKey(java.lang.Object data)
CockpitHotKeyHandlerhandleHotKey in interface CockpitHotKeyHandlerhandleHotKey in class DefaultHotKeyHandlerdata - hot key information - typically a String representing the action codepublic boolean isBusyListener()
CockpitHotKeyHandlerisBusyListener in interface CockpitHotKeyHandlerisBusyListener in class DefaultHotKeyHandlertrue if busy listener should be used, false otherwiseCopyright © 2018 SAP SE. All Rights Reserved.