Example usage for Java com.vaadin.event ShortcutAction fields, constructors, methods, implement or subclass
The text is from its open source code.
ShortcutAction(String caption, int kc, int... m) Creates a shortcut that reacts to the given KeyCode and (optionally) ModifierKey s. |