GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type java.awt.MenuShortcut | |
Initializes a new instance of MenuItem with the specified
label and shortcut.
|
Methods with parameter type java.awt.MenuShortcut | |
void | Deletes the specified menu shortcut.
|
boolean | Tests this object for equality against the specified object. |
MenuItem | Returns the menu item for the specified shortcut, or null
if no such item exists.
|
void | Sets the shortcut for this menu item to the specified value. |
Methods with return type java.awt.MenuShortcut | |
MenuShortcut | Returns the shortcut for this menu item, which may be null .
|
GNU Classpath (0.95) |