Module org.tentackle.fx
Class ColorPickerConfigurator<T extends javafx.scene.control.ColorPicker>
java.lang.Object
org.tentackle.fx.component.config.ComponentConfigurator<T>
org.tentackle.fx.component.config.ComboBoxBaseConfigurator<T>
org.tentackle.fx.component.config.ColorPickerConfigurator<T>
- Type Parameters:
T- the colorpicker type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.control.ColorPicker.class)
public class ColorPickerConfigurator<T extends javafx.scene.control.ColorPicker>
extends ComboBoxBaseConfigurator<T>
Configures a
ColorPicker.- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.component.config.ComboBoxBaseConfigurator
configure, filterKeysMethods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
remapKeys, setupFocusHandling, updateModelAndView
-
Constructor Details
-
ColorPickerConfigurator
public ColorPickerConfigurator()Creates the configurator for aColorPicker.
-