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 ToggleMethods in javafx.scene.control that return types with arguments of type ToggleModifier and TypeMethodDescriptionToggleGroup.getToggles()
The list of toggles within the ToggleGroup.ToggleGroup.selectedToggleProperty()
The selected toggle.Methods in javafx.scene.control with parameters of type ToggleModifier and TypeMethodDescriptionvoid
ToggleGroup.selectToggle(Toggle value)
Selects the toggle.