Changed Methods |
void addActionListener(ActionListener )
|
Documentation changed from old to new. |
Adds the specified action listener to receive action events from this button. |
AccessibleContext getAccessibleContext()
|
Documentation changed from old to new. |
Gets the AccessibleContext associated with this Button . |
EventListener[] getListeners(Class )
|
Documentation changed from old to new. |
Returns an array of all the objects currently registered as FooListener s upon this Button . |
String paramString()
|
Documentation changed from old to new. |
Returns a string representing the state of this Button . |
void processActionEvent(ActionEvent )
|
Documentation changed from old to new. |
Processes action events occurring on this button by dispatching them to any registered ActionListener objects. |
void processEvent(AWTEvent )
|
Documentation changed from old to new. |
Processes events on this button. |
void removeActionListener(ActionListener )
|
Documentation changed from old to new. |
Removes the specified action listener so that it no longer receives action events from this button. |