All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----ca.bc.europa.awt.AniCheckboxGroup
AniCheckboxGroup
class is used to group together
a set of AniCheckbox
components.
Exactly one AniCheckbox in an AniCheckboxGroup
can
be in the "true" state at any given time. Pushing any
button sets its state to "true" and forces any other checkbox that
is in the "true" state into the "false" state.
public AniCheckboxGroup()
public AniCheckbox getSelectedAniCheckbox()
public synchronized void setSelectedAniCheckbox(AniCheckbox box)
All Packages Class Hierarchy This Package Previous Next Index