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