Uses of Interface
javafx.scene.control.Toggle
Packages that use Toggle
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 Toggle in javafx.scene.control
Classes in javafx.scene.control that implement ToggleModifier and TypeClassDescriptionclass
RadioButtons create a series of items where only one item can be selected.class
class
AToggleButton
is a specialized control which has the ability to be selected.Methods in javafx.scene.control that return ToggleModifier and TypeMethodDescriptionfinal Toggle
ToggleGroup.getSelectedToggle()
Gets the selectedToggle
.Methods in javafx.scene.control that return types with arguments of type ToggleModifier and TypeMethodDescriptionfinal ObservableList
<Toggle> ToggleGroup.getToggles()
The list of toggles within the ToggleGroup.final ReadOnlyObjectProperty
<Toggle> ToggleGroup.selectedToggleProperty()
The selected toggle.Methods in javafx.scene.control with parameters of type ToggleModifier and TypeMethodDescriptionfinal void
ToggleGroup.selectToggle
(Toggle value) Selects the toggle.