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 TheToggleGroupto which thisTogglebelongs.final ToggleGroupToggleButton.getToggleGroup()Gets the value of thetoggleGroupproperty.Methods in javafx.scene.control that return types with arguments of type ToggleGroupModifier and TypeMethodDescriptionToggle.toggleGroupProperty()TheToggleGroupto which thisTogglebelongs.final ObjectProperty<ToggleGroup>ToggleButton.toggleGroupProperty()TheToggleGroupto which thisToggleButtonbelongs.Methods in javafx.scene.control with parameters of type ToggleGroupModifier and TypeMethodDescriptionvoidToggle.setToggleGroup(ToggleGroup toggleGroup) Sets theToggleGroupto which thisTogglebelongs.final voidToggleButton.setToggleGroup(ToggleGroup value) Sets the value of thetoggleGroupproperty.