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