Uses of Class
ix.iface.util.RadioButtonBox

Packages that use RadioButtonBox
ix.iface.util Interface utilities. 
ix.itest I-Test. 
 

Uses of RadioButtonBox in ix.iface.util
 

Methods in ix.iface.util that return RadioButtonBox
static RadioButtonBox RadioButtonBox.createHorizontalBox()
          Creates a RadioButtonBox that arranges components from left to right.
static RadioButtonBox RadioButtonBox.createVerticalBox()
          Creates a RadioButtonBox that arranges components from top to bottom.
 

Uses of RadioButtonBox in ix.itest
 

Methods in ix.itest that return RadioButtonBox
protected  RadioButtonBox SendPanel.makePriorityControl()
           
protected  RadioButtonBox SendPanel.makeTypeControl()