Uses of Class
javafx.scene.control.ToggleGroup
Packages that use ToggleGroup
-
Uses of ToggleGroup in javafx.scene.control
Methods in javafx.scene.control that return ToggleGroupModifier and TypeMethodDescriptionToggle.getToggleGroup()
Returns TheToggleGroup
to which thisToggle
belongs.final ToggleGroup
ToggleButton.getToggleGroup()
Gets the value of thetoggleGroup
property.Methods in javafx.scene.control that return types with arguments of type ToggleGroupModifier and TypeMethodDescriptionToggle.toggleGroupProperty()
TheToggleGroup
to which thisToggle
belongs.final ObjectProperty<ToggleGroup>
ToggleButton.toggleGroupProperty()
TheToggleGroup
to which thisToggleButton
belongs.Methods in javafx.scene.control with parameters of type ToggleGroupModifier and TypeMethodDescriptionvoid
Toggle.setToggleGroup
(ToggleGroup toggleGroup) Sets theToggleGroup
to which thisToggle
belongs.final void
ToggleButton.setToggleGroup
(ToggleGroup value) Sets the value of thetoggleGroup
property.