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