Example usage for Java javafx.scene.control ToggleGroup fields, constructors, methods, implement or subclass
The text is from its open source code.
ToggleGroup() Creates a default ToggleGroup instance. |
Toggle | getSelectedToggle() Gets the selected Toggle . |
ObservableList | getToggles() The list of toggles within the ToggleGroup. |
ReadOnlyObjectProperty | selectedToggleProperty() The selected toggle. |