Uses of Class
com.sun.lwuit.RadioButton

Packages that use RadioButton
com.sun.lwuit Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. 
 

Uses of RadioButton in com.sun.lwuit
 

Methods in com.sun.lwuit that return RadioButton
 RadioButton ButtonGroup.getRadioButton(int index)
          Returns the radio button at the given group index
 

Methods in com.sun.lwuit with parameters of type RadioButton
 void ButtonGroup.add(RadioButton rb)
          Adds a RadioButton to the group
 void ButtonGroup.remove(RadioButton rb)
          removes a RadioButton from the group
 void ButtonGroup.setSelected(RadioButton rb)
          Selects the given radio button