| Changed Methods |
void addItemListener(ItemListener)
|
Documentation changed from old to new. |
Adds the specified item listener to receive item events from this check box menu item. |
EventListener[] getListeners(Class)
|
Documentation changed from old to new. |
Returns an array of all the objects currently registered as FooListeners upon this CheckboxMenuItem. |
boolean getState()
|
Documentation changed from old to new. |
Determines whether the state of this check box menu item is "on" or "off." |
String paramString()
|
Documentation changed from old to new. |
Returns a string representing the state of this CheckBoxMenuItem. |
void processEvent(AWTEvent)
|
Documentation changed from old to new. |
Processes events on this check box menu item. |
void processItemEvent(ItemEvent)
|
Documentation changed from old to new. |
Processes item events occurring on this check box menu item by dispatching them to any registered ItemListener objects. |
void removeItemListener(ItemListener)
|
Documentation changed from old to new. |
Removes the specified item listener so that it no longer receives item events from this check box menu item. |
void setState(boolean)
|
Documentation changed from old to new. |
Sets this check box menu item to the specifed state. |