mWaba.gui.control
Class CheckBoxGroup

java.lang.Object
  |
  +--mWaba.Vector
        |
        +--mWaba.gui.control.CheckBoxGroup

public class CheckBoxGroup
extends Vector


Field Summary
 boolean exclusive
           
 
Fields inherited from class mWaba.Vector
count, incSize, items
 
Constructor Summary
CheckBoxGroup()
           
 
Method Summary
 mCheckBox getSelected()
           
 
Methods inherited from class mWaba.Vector
addElement, clear, compare, contains, elementAt, elements, elements, ensureCapacity, firstElement, indexOf, indexOf, insertElementAt, lastElement, moreSpace, removeElement, removeElementAt, setElementAt, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exclusive

public boolean exclusive
Constructor Detail

CheckBoxGroup

public CheckBoxGroup()
Method Detail

getSelected

public mCheckBox getSelected()