Uses of Interface
com.didkovsky.portview.PVRadioGroup
| Package | Description |
|---|---|
| com.didkovsky.portview | |
| com.didkovsky.portview.awt | |
| com.didkovsky.portview.swing |
-
Uses of PVRadioGroup in com.didkovsky.portview
Methods in com.didkovsky.portview that return PVRadioGroup Modifier and Type Method Description PVRadioGroupViewFactory. createRadioGroup()Used with PVCheckboxMethods in com.didkovsky.portview with parameters of type PVRadioGroup Modifier and Type Method Description PVCheckboxViewFactory. createCheckbox(java.lang.String text, PVRadioGroup group, boolean b) -
Uses of PVRadioGroup in com.didkovsky.portview.awt
Classes in com.didkovsky.portview.awt that implement PVRadioGroup Modifier and Type Class Description classPVRadioGroupAWTMethods in com.didkovsky.portview.awt that return PVRadioGroup Modifier and Type Method Description PVRadioGroupViewFactoryAWT. createRadioGroup()Methods in com.didkovsky.portview.awt with parameters of type PVRadioGroup Modifier and Type Method Description PVCheckboxViewFactoryAWT. createCheckbox(java.lang.String text, PVRadioGroup group, boolean b)Constructors in com.didkovsky.portview.awt with parameters of type PVRadioGroup Constructor Description PVCheckboxAWT(java.lang.String text, PVRadioGroup group, boolean b) -
Uses of PVRadioGroup in com.didkovsky.portview.swing
Classes in com.didkovsky.portview.swing that implement PVRadioGroup Modifier and Type Class Description classPVRadioGroupSwingMethods in com.didkovsky.portview.swing that return PVRadioGroup Modifier and Type Method Description PVRadioGroupViewFactorySwing. createRadioGroup()Methods in com.didkovsky.portview.swing with parameters of type PVRadioGroup Modifier and Type Method Description PVCheckboxViewFactorySwing. createCheckbox(java.lang.String text, PVRadioGroup group, boolean b)Constructors in com.didkovsky.portview.swing with parameters of type PVRadioGroup Constructor Description PVCheckboxSwing(java.lang.String text, PVRadioGroup group, boolean b)