Multivalent API

Uses of Class
multivalent.gui.VRadiobox

Packages that use VRadiobox
multivalent.gui Graphical user interface widgets, natively implemented as Nodes. 
 

Uses of VRadiobox in multivalent.gui
 

Methods in multivalent.gui that return VRadiobox
 VRadiobox VRadiogroup.getActive()
          Return active radiobox.
 

Methods in multivalent.gui with parameters of type VRadiobox
 void VRadiogroup.setActive(VRadiobox r)
          Set the passed radiobox to be the active one in the group, automatically unselecting the old active.
 void VRadiogroup.addObserver(VRadiobox r)
          Add radiobox to group.
 void VRadiogroup.deleteObserver(VRadiobox r)
          Remove radiobox from group.
 


Multivalent API