Uses of Class
javafx.scene.control.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
Modifier and TypeMethodDescriptionfinal ToggleGroup
RadioMenuItem.getToggleGroup()
Gets the value of thetoggleGroup
property.Toggle.getToggleGroup()
Returns TheToggleGroup
to which thisToggle
belongs.final ToggleGroup
ToggleButton.getToggleGroup()
Gets the value of thetoggleGroup
property.Modifier and TypeMethodDescriptionfinal ObjectProperty
<ToggleGroup> RadioMenuItem.toggleGroupProperty()
Represents theToggleGroup
that this RadioMenuItem belongs to.Toggle.toggleGroupProperty()
TheToggleGroup
to which thisToggle
belongs.final ObjectProperty
<ToggleGroup> ToggleButton.toggleGroupProperty()
TheToggleGroup
to which thisToggleButton
belongs.Modifier and TypeMethodDescriptionfinal void
RadioMenuItem.setToggleGroup
(ToggleGroup value) Sets the value of thetoggleGroup
property.void
Toggle.setToggleGroup
(ToggleGroup toggleGroup) Sets theToggleGroup
to which thisToggle
belongs.final void
ToggleButton.setToggleGroup
(ToggleGroup value) Sets the value of thetoggleGroup
property.