Class ChoiceBoxConfigurator<T extends javafx.scene.control.ChoiceBox<?>>

java.lang.Object
org.tentackle.fx.component.config.ComponentConfigurator<T>
org.tentackle.fx.component.config.ChoiceBoxConfigurator<T>
Type Parameters:
T - the choicebox type
All Implemented Interfaces:
Configurator<T>

@ConfiguratorService(javafx.scene.control.ChoiceBox.class) public class ChoiceBoxConfigurator<T extends javafx.scene.control.ChoiceBox<?>> extends ComponentConfigurator<T>
Configures a ChoiceBox.
Author:
harald
  • Constructor Details

    • ChoiceBoxConfigurator

      public ChoiceBoxConfigurator()
      Creates the configurator for a ChoiceBox.
  • Method Details