Uses of Class
javafx.scene.control.ToggleGroup
-
Packages that use 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.control
Methods in javafx.scene.control that return ToggleGroup Modifier and Type Method Description ToggleGroup
Toggle. getToggleGroup()
Returns TheToggleGroup
to which thisToggle
belongs.Methods in javafx.scene.control that return types with arguments of type ToggleGroup Modifier and Type Method Description ObjectProperty<ToggleGroup>
RadioMenuItem. toggleGroupProperty()
Represents theToggleGroup
that this RadioMenuItem belongs to.ObjectProperty<ToggleGroup>
Toggle. toggleGroupProperty()
TheToggleGroup
to which thisToggle
belongs.ObjectProperty<ToggleGroup>
ToggleButton. toggleGroupProperty()
TheToggleGroup
to which thisToggleButton
belongs.Methods in javafx.scene.control with parameters of type ToggleGroup Modifier and Type Method Description void
Toggle. setToggleGroup(ToggleGroup toggleGroup)
Sets theToggleGroup
to which thisToggle
belongs.
-