G J R S U

G

getAccessibleContext() - Method in class javax.swing.JCheckBoxMenuItem
Get the AccessibleContext associated with this JComponent
getSelectedObjects() - Method in class javax.swing.JCheckBoxMenuItem
Returns an array (length 1) containing the checkbox menu item label or null if the checkbox is not selected.
getState() - Method in class javax.swing.JCheckBoxMenuItem
Returns the selected-state of the item.
getUIClassID() - Method in class javax.swing.JCheckBoxMenuItem
Returns the name of the L&F class that renders this component.

J

JCheckBoxMenuItem - class javax.swing.JCheckBoxMenuItem.
A menu item that can be selected or deselected.
JCheckBoxMenuItem() - Constructor for class javax.swing.JCheckBoxMenuItem
Creates an initially unselected checkboxMenuItem with no set text or icon.
JCheckBoxMenuItem(Icon) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates an initially unselected checkboxMenuItem with an icon.
JCheckBoxMenuItem(String) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates an initially unselected checkboxMenuItem with text.
JCheckBoxMenuItem(String, boolean) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates a checkboxMenuItem with the specified text and selection state.
JCheckBoxMenuItem(String, Icon) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates an initially unselected checkboxMenuItem with the specified text and icon.
JCheckBoxMenuItem(String, Icon, boolean) - Constructor for class javax.swing.JCheckBoxMenuItem
Creates a checkboxMenuItem with the specified text, icon, and selection state.

R

requestFocus() - Method in class javax.swing.JCheckBoxMenuItem
Override JComponent.requestFocus() to prevent grabbing the focus.

S

setState(boolean) - Method in class javax.swing.JCheckBoxMenuItem
Sets the selected-state of the item.

U

updateUI() - Method in class javax.swing.JCheckBoxMenuItem
Notification from the UIFactory that the L&F has changed.

G J R S U