Uses of Class
org.xwiki.gwt.user.client.ShortcutKey.ModifierKey

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(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 are declared.
 

Methods in org.xwiki.gwt.user.client that return types with arguments of type ShortcutKey.ModifierKey
 Set<ShortcutKey.ModifierKey> ShortcutKey.getModifiers()
           
static 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, Set<ShortcutKey.ModifierKey> modifiers)
          Creates a new shortcut key.
 



Copyright © 2004-2012 XWiki. All Rights Reserved.