Changed Methods |
int getKey()
|
Documentation changed from old to new. |
Returns the raw keycode of this MenuShortcut. |
int hashCode()
|
Documentation changed from old to new. |
Returns the hashcode for this MenuShortcut. |
String paramString()
|
Documentation changed from old to new. |
Returns the parameter string representing the state of this MenuShortcut. |
String toString()
|
Documentation changed from old to new. |
Returns an internationalized description of the MenuShortcut. |
boolean usesShiftModifier()
|
Documentation changed from old to new. |
Returns whether this MenuShortcut must be invoked using the SHIFT key. |
boolean equals(MenuShortcut )
|
Documentation changed from old to new. |
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 )
|
Documentation changed from old to new. |
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. |