Uses of Class
com.xpn.xwiki.wysiwyg.client.ui.XShortcutKey

Packages that use XShortcutKey
com.xpn.xwiki.wysiwyg.client.ui   
com.xpn.xwiki.wysiwyg.client.ui.wrap   
 

Uses of XShortcutKey in com.xpn.xwiki.wysiwyg.client.ui
 

Methods in com.xpn.xwiki.wysiwyg.client.ui that return XShortcutKey
static XShortcutKey XShortcutKeyFactory.createCtrlShortcutKey(int keyCode)
           
static XShortcutKey XShortcutKeyFactory.createShortcutKey(com.google.gwt.user.client.Event event)
           
 

Methods in com.xpn.xwiki.wysiwyg.client.ui with parameters of type XShortcutKey
 void XRichTextArea.addShortcutKey(XShortcutKey shortcutKey)
           
 void XRichTextArea.removeShortcutKey(XShortcutKey shortcutKey)
           
 

Uses of XShortcutKey in com.xpn.xwiki.wysiwyg.client.ui.wrap
 

Methods in com.xpn.xwiki.wysiwyg.client.ui.wrap with parameters of type XShortcutKey
 void WrappedRichTextArea.addShortcutKey(XShortcutKey shortcutKey)
           
 void WrappedRichTextArea.removeShortcutKey(XShortcutKey shortcutKey)
           
 



Copyright © 2004-2008 XWiki. All Rights Reserved.