Generated by
JDiff

Class javax.swing.JCheckBoxMenuItem

Documentation changed from old to new.

Added Constructors
JCheckBoxMenuItem(Action) Creates a menu item whose properties are taken from the Action supplied.
 

Changed Constructors
JCheckBoxMenuItem(String) Documentation changed from old to new.
Creates an initially unselected check box menu item with text.
JCheckBoxMenuItem(String, boolean) Documentation changed from old to new.
Creates a check box menu item with the specified text and selection state.
JCheckBoxMenuItem(String, Icon) Documentation changed from old to new.
Creates an initially unselected check box menu item with the specified text and icon.
JCheckBoxMenuItem(String, Icon, boolean) Documentation changed from old to new.
Creates a check box menu item with the specified text icon and selection state.
JCheckBoxMenuItem(Icon) Documentation changed from old to new.
Creates an initially unselected check box menu item with an icon.
JCheckBoxMenuItem(void) Documentation changed from old to new.
Creates an initially unselected check box menu item with no set text or icon.
 

Changed Methods
AccessibleContext getAccessibleContext() Documentation changed from old to new.
Gets the AccessibleContext associated with this JCheckBoxMenuItem.
Object[] getSelectedObjects() Documentation changed from old to new.
Changed from synchronized to non-synchronized.
Returns an array (length 1) containing the check box menu item label or null if the check box is not selected.
void setState(boolean) Documentation changed from old to new.
Sets the selected-state of the item.