Package com.didkovsky.portview.awt
Class PVRadioGroupAWT
java.lang.Object
java.awt.CheckboxGroup
com.didkovsky.portview.awt.PVRadioGroupAWT
- All Implemented Interfaces:
PVRadioGroup
,java.io.Serializable
public class PVRadioGroupAWT extends java.awt.CheckboxGroup implements PVRadioGroup
- Author:
- Nick Didkovsky, nick@didkovsky.com
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PVRadioGroupAWT()
-
Method Summary
Methods inherited from class java.awt.CheckboxGroup
getCurrent, getSelectedCheckbox, setCurrent, setSelectedCheckbox, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PVRadioGroupAWT
public PVRadioGroupAWT()
-