KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > MenuShortcut

java.awt
Class MenuShortcut

java.lang.Object
  extended by java.awt.MenuShortcut
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, Toolkit.getMenuShortcutKeyMask()

public boolean equals(MenuShortcut s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getKey()
See Also:
KeyEvent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MenuShortcut(int key)
See Also:
KeyEvent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MenuShortcut(int key,
                    boolean useShiftModifier)
See Also:
KeyEvent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String paramString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean usesShiftModifier()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags