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