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