Uses of Class
ix.iface.util.RadioButtonBox

Packages that use RadioButtonBox
ix.iface.util Interface utilities. 
ix.itest I-Test. 
ix.iview Viewers. 
ix.util.xml XML utilities. 
 

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
 

Fields in ix.itest declared as RadioButtonBox
(package private)  RadioButtonBox SendPanel.prioritySelector
           
(package private)  RadioButtonBox SendPanel.typeSelector
           
 

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

Uses of RadioButtonBox in ix.iview
 

Fields in ix.iview declared as RadioButtonBox
(package private)  RadioButtonBox SimpleDomainEditor.TemporalConstraintPanel.box
           
 

Uses of RadioButtonBox in ix.util.xml
 

Fields in ix.util.xml declared as RadioButtonBox
(package private)  RadioButtonBox XMLTreeSendFrame.formSelector
           
 

Methods in ix.util.xml that return RadioButtonBox
protected  RadioButtonBox XMLTreeSendFrame.makeFormControl()