Uses of Interface
javafx.scene.control.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
Modifier 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.Modifier and TypeMethodDescriptionfinal Toggle
ToggleGroup.getSelectedToggle()
Gets the selectedToggle
.Modifier and TypeMethodDescriptionfinal ObservableList
<Toggle> ToggleGroup.getToggles()
The list of toggles within the ToggleGroup.final ReadOnlyObjectProperty
<Toggle> ToggleGroup.selectedToggleProperty()
The selected toggle.Modifier and TypeMethodDescriptionfinal void
ToggleGroup.selectToggle
(Toggle value) Selects the toggle.