Uses of Class
javafx.scene.control.ToggleGroup
-
Uses of ToggleGroup in javafx.scene.control
Modifier and TypeMethodDescriptionToggle.getToggleGroup()
Returns TheToggleGroup
to which thisToggle
belongs.final ToggleGroup
ToggleButton.getToggleGroup()
Gets the value of thetoggleGroup
property.Modifier and TypeMethodDescriptionToggle.toggleGroupProperty()
TheToggleGroup
to which thisToggle
belongs.final ObjectProperty<ToggleGroup>
ToggleButton.toggleGroupProperty()
TheToggleGroup
to which thisToggleButton
belongs.Modifier and TypeMethodDescriptionvoid
Toggle.setToggleGroup
(ToggleGroup toggleGroup) Sets theToggleGroup
to which thisToggle
belongs.final void
ToggleButton.setToggleGroup
(ToggleGroup value) Sets the value of thetoggleGroup
property.