Uses of Interface
cage.utility.GenericButtonGroup

Packages that use GenericButtonGroup
cage.utility Contains a set of utility classes used for the configuration of the generators. 
 

Uses of GenericButtonGroup in cage.utility
 

Classes in cage.utility that implement GenericButtonGroup
 class AbstractButtonGroup
          An implementation of GenericButtonGroup that uses a Vector.
 class Min1ButtonGroup
          An implementation of GenericButtonGroup that represents a group where at least when button needs to be selected in case this group is active.
 class SyncButtonGroup
          An implementation of GenericButtonGroup that represents a group where all the buttons have the same selection state.