Module org.tentackle.fx
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 Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
filterKeys, remapKeys, setupFocusHandling, updateModelAndView
-
Constructor Details
-
ChoiceBoxConfigurator
public ChoiceBoxConfigurator()Creates the configurator for aChoiceBox.
-
-
Method Details
-
configure
Description copied from class:ComponentConfiguratorConfigures the control.- Specified by:
configurein interfaceConfigurator<T extends javafx.scene.control.ChoiceBox<?>>- Overrides:
configurein classComponentConfigurator<T extends javafx.scene.control.ChoiceBox<?>>- Parameters:
control- the control
-