com.xpn.xwiki.wysiwyg.client.ui
Class XShortcutKeyFactory

java.lang.Object
  extended by com.xpn.xwiki.wysiwyg.client.ui.XShortcutKeyFactory

public class XShortcutKeyFactory
extends java.lang.Object


Constructor Summary
XShortcutKeyFactory()
           
 
Method Summary
static XShortcutKey createCtrlShortcutKey(int keyCode)
           
static XShortcutKey createShortcutKey(com.google.gwt.user.client.Event event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XShortcutKeyFactory

public XShortcutKeyFactory()
Method Detail

createShortcutKey

public static XShortcutKey createShortcutKey(com.google.gwt.user.client.Event event)

createCtrlShortcutKey

public static XShortcutKey createCtrlShortcutKey(int keyCode)


Copyright © 2004-2008 XWiki. All Rights Reserved.