|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.awt.MenuShortcut
Safe:
| Field Summary | |
(package private) int |
key
The virtual keycode for the menu shortcut. |
private static long |
serialVersionUID
|
(package private) boolean |
usesShift
Indicates whether the shft key was pressed. |
| Constructor Summary | |
MenuShortcut(int key)
Enabled: Constructs a new MenuShortcut for the specified virtual keycode. |
|
MenuShortcut(int key,
boolean useShiftModifier)
Enabled: Constructs a new MenuShortcut for the specified virtual keycode. |
|
| Method Summary | |
boolean |
equals(MenuShortcut s)
Suppressed: Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key. |
boolean |
equals(Object obj)
Suppressed: Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key. |
int |
getKey()
Enabled: Returns the raw keycode of this MenuShortcut. |
int |
hashCode()
Suppressed: Returns the hashcode for this MenuShortcut. |
protected String |
paramString()
Returns the parameter string representing the state of this MenuShortcut. |
String |
toString()
Suppressed: Returns an internationalized description of the MenuShortcut. |
boolean |
usesShiftModifier()
Enabled: Returns whether this MenuShortcut must be invoked using the SHIFT key. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
int key
getKey(),
usesShiftModifier(),
java.awt.event.KeyEventboolean usesShift
usesShiftModifier()private static final long serialVersionUID
| Constructor Detail |
public MenuShortcut(int key)
key - the raw keycode for this MenuShortcut, as would be returned
in the keyCode field of a KeyEvent if
this key were pressed.java.awt.event.KeyEvent
public MenuShortcut(int key,
boolean useShiftModifier)
key - the raw keycode for this MenuShortcut, as would be returned
in the keyCode field of a KeyEvent if
this key were pressed.useShiftModifier - indicates whether this MenuShortcut is invoked
with the SHIFT key down.java.awt.event.KeyEvent| Method Detail |
public int getKey()
java.awt.event.KeyEventpublic boolean usesShiftModifier()
true if this MenuShortcut must be invoked using the
SHIFT key, false otherwise.public boolean equals(MenuShortcut s)
s - the MenuShortcut to compare with this.
true if this MenuShortcut is the same as another,
false otherwise.public boolean equals(Object obj)
equals in class Objectobj - the Object to compare with this.
true if this MenuShortcut is the same as another,
false otherwise.Object.hashCode(),
java.util.Hashtablepublic int hashCode()
hashCode in class Objectjava.lang.Object#equals(java.lang.Object),
java.util.Hashtablepublic String toString()
toString in class Objectprotected String paramString()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||