Uses of Class
javafx.scene.control.ToggleGroup
| Package | Description | 
|---|---|
| javafx.scene.control | The JavaFX User Interface Controls (UI Controls or just Controls) are
    specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
    many different application contexts. | 
- 
Uses of ToggleGroup in javafx.scene.controlMethods in javafx.scene.control that return ToggleGroup Modifier and Type Method Description ToggleGroupToggle. getToggleGroup()Returns TheToggleGroupto which thisTogglebelongs.Methods in javafx.scene.control that return types with arguments of type ToggleGroup Modifier and Type Method Description ObjectProperty<ToggleGroup>Toggle. toggleGroupProperty()TheToggleGroupto which thisTogglebelongs.Methods in javafx.scene.control with parameters of type ToggleGroup Modifier and Type Method Description voidToggle. setToggleGroup(ToggleGroup toggleGroup)Sets theToggleGroupto which thisTogglebelongs.