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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getKeyCode() |
Set<ShortcutKey.ModifierKey> |
getModifiers() |
int |
hashCode() |
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–2016 XWiki. All rights reserved.