Uses of Class
org.havi.ui.HToggleButton

Packages that use HToggleButton
org.havi.ui   
 

Uses of HToggleButton in org.havi.ui
 

Methods in org.havi.ui that return HToggleButton
 HToggleButton HToggleGroup.getCurrent()
          Returns the HToggleButton from this HToggleGroup which has state true, or null otherwise, for example, if there are no HToggleButtons associated with this HToggleGroup, or if all HToggleButtons within this HToggleGroup have state false.
 

Methods in org.havi.ui with parameters of type HToggleButton
protected  void HToggleGroup.add(HToggleButton button)
          Add the specified HToggleButton to this HToggleGroup.
protected  void HToggleGroup.remove(HToggleButton button)
          Remove the specified HToggleButton to this HToggleGroup.
 void HToggleGroup.setCurrent(HToggleButton selection)
          If the specified HToggleButton is a member of this HToggleGroup, then it is selected, its state is set to true and consequently any other HToggleButtons within the HToggleGroup will have their states set to false.