lcarsbeans
Class LcarsCheckboxGroup

java.lang.Object
  |
  +--lcarsbeans.LcarsCheckboxGroup

public class LcarsCheckboxGroup
extends java.lang.Object
implements java.io.Serializable

A invisible bean to group 2 or more LcarsCheckboxes to use them as radiobuttons.

Version:
0.9b, January 2002 (March 2001)
Author:
Andrei Scheibner, www.buffalo-as.de, andrei@buffalo-as.de
See Also:
Serialized Form

Constructor Summary
LcarsCheckboxGroup()
          Constructs a new instance.
 
Method Summary
 LcarsCheckbox getSelectedCheckbox()
          Returns the LcarsCheckbox which is currently selected.
 void setSelectedCheckbox(LcarsCheckbox box)
          Selects a LcarsCheckbox and deselects every other in this group.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LcarsCheckboxGroup

public LcarsCheckboxGroup()
Constructs a new instance.
Method Detail

getSelectedCheckbox

public LcarsCheckbox getSelectedCheckbox()
Returns the LcarsCheckbox which is currently selected.

setSelectedCheckbox

public void setSelectedCheckbox(LcarsCheckbox box)
Selects a LcarsCheckbox and deselects every other in this group.