CheckboxMenuItem.getState

CheckboxMenuItem.getState

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean getState()
Returns
the state of this check box menu item, where true indicates "on" and false indicates "off."
Description
Determines whether the state of this check box menu item is "on" or "off."

See Also
setState