CheckboxMenuItem
.
The peer interfaces are intended only for use in porting
the AWT. They are not intended for use by application
developers, and developers should not implement peers
nor invoke any of the peer methods directly on the peer
instances.
Modifier and Type | Method and Description |
---|---|
public void | setState(boolean
the state to set on the checkbox state)Sets the state of the checkbox to be checked |
setState | back to summary |
---|---|
public void setState(boolean state) Sets the state of the checkbox to be checked
|