Class ComboBoxConfigurator<T extends javafx.scene.control.ComboBox<?>>

Type Parameters:
T - the combobox type
All Implemented Interfaces:
Configurator<T>

@ConfiguratorService(javafx.scene.control.ComboBox.class) public class ComboBoxConfigurator<T extends javafx.scene.control.ComboBox<?>> extends ComboBoxBaseConfigurator<T>
Configures a ComboBox.
Author:
harald
  • Constructor Details

    • ComboBoxConfigurator

      public ComboBoxConfigurator()
      Creates the configurator for a ComboBox.
  • Method Details