public class ShortcutHelper extends Object
Constructor and Description |
---|
ShortcutHelper() |
Modifier and Type | Method and Description |
---|---|
void |
addShortcut(char character,
boolean withCtrl,
boolean withAlt,
Action action) |
void |
addShortcut(Key.Kind kindOfKey,
Action action) |
boolean |
triggerShortcut(Key key) |
Copyright © 2015. All Rights Reserved.