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(javax.swing.ButtonGroup group)
Returns the ItsNat button group with the specified Swing button group.
|
ItsNatButtonGroup |
ItsNatComponentManager.getItsNatButtonGroup(java.lang.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(javax.swing.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 © 2007 Innowhere Software Services S.L. All Rights Reserved.