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