Changed Methods |
void addActionListener(ActionListener )
|
Documentation changed from old to new. |
Adds the specified action listener to receive action events from this menu item. |
void disableEvents(long )
|
Documentation changed from old to new. |
Disables event delivery to this menu item for events defined by the specified event mask parameter. |
void enableEvents(long )
|
Documentation changed from old to new. |
Enables event delivery to this menu item for events to be defined by the specified event mask parameter |
EventListener[] getListeners(Class )
|
Documentation changed from old to new. |
Returns an array of all the objects currently registered as FooListener s upon this MenuItem . |
String paramString()
|
Documentation changed from old to new. |
Returns a string representing the state of this MenuItem . |
void processActionEvent(ActionEvent )
|
Documentation changed from old to new. |
Processes action events occurring on this menu item by dispatching them to any registered ActionListener objects. |
void processEvent(AWTEvent )
|
Documentation changed from old to new. |
Processes events on this menu item. |
void removeActionListener(ActionListener )
|
Documentation changed from old to new. |
Removes the specified action listener so it no longer receives action events from this menu item. |