Java javafx.scene.control Toggle fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control Toggle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control Toggle.

The text is from its open source code.

Method

ObjectgetUserData()
Returns a previously set Object property, or null if no such property has been set using the Node.setUserData(java.lang.Object) method.
voidsetSelected(boolean selected)
Sets this Toggle as selected or unselected.
voidsetToggleGroup(ToggleGroup toggleGroup)
Sets the ToggleGroup to which this Toggle belongs.