| Package | Description |
|---|---|
| org.itsnat.comp |
Contains generic interfaces of components, markup namespace independent, they may be applied to HTML components, SVG components, XML components etc.
|
| org.itsnat.comp.button.toggle |
Contains interfaces of toggle button components.
|
| Modifier and Type | Method and Description |
|---|---|
ItsNatButtonGroup |
ItsNatComponentManager.createItsNatButtonGroup()
Creates a new ItsNat button group with a generated name and a new
javax.swing.ButtonGroup. |
ItsNatButtonGroup |
ItsNatComponentManager.getItsNatButtonGroup(ButtonGroup group)
Returns the ItsNat button group with the specified Swing button group.
|
ItsNatButtonGroup |
ItsNatComponentManager.getItsNatButtonGroup(String name)
Returns the ItsNat button group with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
ItsNatButtonGroup |
ItsNatButtonRadio.getItsNatButtonGroup()
Returns the button group this button belongs to.
|
ItsNatButtonGroup |
ItsNatButtonRadio.setButtonGroup(ButtonGroup group)
Adds this button to the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItsNatButtonRadio.setItsNatButtonGroup(ItsNatButtonGroup group)
Adds this button to the specified group.
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.