Java com.vaadin.event ShortcutAction fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.event ShortcutAction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.event ShortcutAction.

The text is from its open source code.

Constructor

ShortcutAction(String caption, int kc, int... m)
Creates a shortcut that reacts to the given KeyCode and (optionally) ModifierKey s.