Class ColorPickerConfigurator<T extends javafx.scene.control.ColorPicker>

  • 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 Detail

      • ColorPickerConfigurator

        public ColorPickerConfigurator()