JavaFX object to be wrapped.
JavaFX object to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
The selected toggle.
Returns the original delegate's toString()
adding a [SFX]
prefix.
The list of toggles within the ToggleGroup.
Sets the list of toggles, replacing the prior toggles.
Sets the list of toggles, replacing the prior toggles. If you want append to current toggles, use add
or
similar.
list of toggles to replace prior toggles.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/ToggleGroup.html.