Package com.didkovsky.portview.swing
Class PVRadioGroupSwing
java.lang.Object
javax.swing.ButtonGroup
com.didkovsky.portview.swing.PVRadioGroupSwing
- All Implemented Interfaces:
PVRadioGroup
,java.io.Serializable
public class PVRadioGroupSwing extends javax.swing.ButtonGroup implements PVRadioGroup
- Author:
- Nick Didkovsky, nick@didkovsky.com
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PVRadioGroupSwing()
-
Method Summary
Modifier and Type Method Description PVCheckbox
getSelectedCheckbox()
Methods inherited from class javax.swing.ButtonGroup
add, clearSelection, getButtonCount, getElements, getSelection, isSelected, remove, setSelected
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PVRadioGroupSwing
public PVRadioGroupSwing()
-
-
Method Details
-
getSelectedCheckbox
-