public class ShortcutKey extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShortcutKey.ModifierKey
A modifier key.
|
| Constructor and Description |
|---|
ShortcutKey(int keyCode,
Set<ShortcutKey.ModifierKey> modifiers)
Creates a new shortcut key.
|
public ShortcutKey(int keyCode,
Set<ShortcutKey.ModifierKey> modifiers)
keyCode - specifies the key that must be pressed in order to activate the shortcutmodifiers - the modifier keys that have to be pressed in order to activate the shortcutCopyright © 2004–2015 XWiki. All rights reserved.