182

Using special-purpose groups
Switch example code

  • Select a single child of the switch group
    mySwitch.setWhichChild( 2 );

  • Select all children of the switch group
    mySwitch.setWhichChild( Switch.CHILD_ALL );