Constructors
| Name | Description |
|---|---|
| MenuShortcut(int) | Constructs a new MenuShortcut for the specified key. |
| MenuShortcut(int, boolean) | Constructs a new MenuShortcut for the specified key. |
Methods
| Name | Description |
|---|---|
| equals(MenuShortcut) | Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key. |
| getKey() | Return the raw keycode of this MenuShortcut. |
| paramString() | |
| toString() | Returns an internationalized description of the MenuShortcut. |
| usesShiftModifier() | Return whether this MenuShortcut must be invoked using the SHIFT key. |