Uses of Class
org.tentackle.fx.component.delegate.FxRadioButtonDelegate
-
Packages that use FxRadioButtonDelegate Package Description org.tentackle.fx.component Extended FX components. -
-
Uses of FxRadioButtonDelegate in org.tentackle.fx.component
Methods in org.tentackle.fx.component that return FxRadioButtonDelegate Modifier and Type Method Description protected FxRadioButtonDelegateFxRadioButton. createDelegate()Creates the delegate.FxRadioButtonDelegateFxRadioButton. getDelegate()Methods in org.tentackle.fx.component with parameters of type FxRadioButtonDelegate Modifier and Type Method Description voidFxRadioButton. setDelegate(FxRadioButtonDelegate delegate)Sets the delegate.
Useful for application specific needs.
-