|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Constructors | |
Action ) |
Creates a menu item whose properties are taken from the Action supplied. |
Changed Constructors | ||
String ) |
Documentation changed from old to new. |
Creates an initially unselected check box menu item with text. |
String, |
Documentation changed from old to new. |
Creates a check box menu item with the specified text and selection state. |
String, |
Documentation changed from old to new. |
Creates an initially unselected check box menu item with the specified text and icon. |
String, |
Documentation changed from old to new. |
Creates a check box menu item with the specified text icon and selection state. |
Icon ) |
Documentation changed from old to new. |
Creates an initially unselected check box menu item with an icon. |
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. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |