|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShortcutKey.ModifierKey | |
|---|---|
| org.xwiki.gwt.user.client | |
| Uses of ShortcutKey.ModifierKey in org.xwiki.gwt.user.client |
|---|
| Methods in org.xwiki.gwt.user.client that return ShortcutKey.ModifierKey | |
|---|---|
static ShortcutKey.ModifierKey |
ShortcutKey.ModifierKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ShortcutKey.ModifierKey[] |
ShortcutKey.ModifierKey.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.xwiki.gwt.user.client that return types with arguments of type ShortcutKey.ModifierKey | |
|---|---|
java.util.Set<ShortcutKey.ModifierKey> |
ShortcutKey.getModifiers()
|
static java.util.EnumSet<ShortcutKey.ModifierKey> |
ShortcutKeyManager.getModifiers(com.google.gwt.event.dom.client.KeyDownEvent event)
|
| Constructor parameters in org.xwiki.gwt.user.client with type arguments of type ShortcutKey.ModifierKey | |
|---|---|
ShortcutKey(int keyCode,
java.util.Set<ShortcutKey.ModifierKey> modifiers)
Creates a new shortcut key. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||