Represents a button group.
Button groups are currently used only by radio buttons (
ItsNatButtonRadio ).
A button group has a name, this name is unique per document no other button group has this name.
The same is applied for the javax.swing.ButtonGroup associated to this group.
ButtonGroup objects are used to provide some support to the Swing
standard way to create groups (see javax.swing.ButtonModel.setGroup(ButtonGroup) ),
but some methods like ButtonGroup.add(AbstractButton) have no sense in ItsNat,
use
ItsNatButtonGroup.addButton(ItsNatComponent) instead.
author: Jose Maria Arranz Santamaria See Also: ItsNatComponentManager.createItsNatButtonGroup |