|
Préférences
Moteurs de recherche
|
|||||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
java.awt
|
Constructor Summary | |
---|---|
MenuShortcut(int key)
Constructs a new MenuShortcut for the specified virtual keycode. |
|
MenuShortcut(int key,
boolean useShiftModifier)
Constructs a new MenuShortcut for the specified virtual keycode. |
Method Summary | |
---|---|
boolean |
equals(MenuShortcut s)
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)
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()
Returns the raw keycode of this MenuShortcut. |
int |
hashCode()
Returns the hashcode for this MenuShortcut. |
protected String |
paramString()
Returns the parameter string representing the state of this MenuShortcut. |
String |
toString()
Returns an internationalized description of the MenuShortcut. |
boolean |
usesShiftModifier()
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 |
Constructor Detail |
---|
public MenuShortcut(int key)
public MenuShortcut(int key, boolean useShiftModifier)
Method Detail |
---|
public int getKey()
KeyEvent
public 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)
obj
- the Object to compare with this.
true
if this MenuShortcut is the same as another,
false
otherwise.Object.hashCode()
,
Hashtable
public int hashCode()
Object.equals(java.lang.Object)
,
Hashtable
public String toString()
protected String paramString()