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

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

public class XShortcutKey
extends java.lang.Object


Constructor Summary
XShortcutKey(int keyCode, int modifiers)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 int getKeyCode()
           
 int getModifiers()
           
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XShortcutKey

public XShortcutKey(int keyCode,
                    int modifiers)
Method Detail

getKeyCode

public int getKeyCode()

getModifiers

public int getModifiers()

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object
See Also:
Object.equals(Object)


Copyright © 2004-2008 XWiki. All Rights Reserved.