All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ca.bc.europa.awt.AniCheckboxGroup

java.lang.Object
   |
   +----ca.bc.europa.awt.AniCheckboxGroup

public class AniCheckboxGroup
extends Object

The 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.

See Also:
AniCheckbox

Constructor Index

 o AniCheckboxGroup()
Create an AniCHeckboxGroup

Method Index

 o getSelectedAniCheckbox()
Get the currently selected checkbox
 o setSelectedAniCheckbox(AniCheckbox)
Select a checkbox and deselect all the others

Constructors

 o AniCheckboxGroup
 public AniCheckboxGroup()
Create an AniCHeckboxGroup

Methods

 o getSelectedAniCheckbox
 public AniCheckbox getSelectedAniCheckbox()
Get the currently selected checkbox

 o setSelectedAniCheckbox
 public synchronized void setSelectedAniCheckbox(AniCheckbox box)
Select a checkbox and deselect all the others

Parameters:
box - The AniCheckbox that is selected.

All Packages  Class Hierarchy  This Package  Previous  Next  Index