class org.aswing.ToggleButtonModel extends DefaultButtonModel
The ToggleButton model @author paling
Instance Fields
function setSelected(b:Bool): Void
Sets the selected state of the button.
b | true selects the toggle button, false deselects the toggle button. |