Module org.tentackle.fx
Class ComboBoxConfigurator<T extends javafx.scene.control.ComboBox<?>>
java.lang.Object
org.tentackle.fx.component.config.ComponentConfigurator<T>
org.tentackle.fx.component.config.ComboBoxBaseConfigurator<T>
org.tentackle.fx.component.config.ComboBoxConfigurator<T>
- 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 Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.component.config.ComboBoxBaseConfigurator
filterKeysMethods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
remapKeys, setupFocusHandling, updateModelAndView
-
Constructor Details
-
ComboBoxConfigurator
public ComboBoxConfigurator()Creates the configurator for aComboBox.
-
-
Method Details
-
configure
Description copied from class:ComponentConfiguratorConfigures the control.- Specified by:
configurein interfaceConfigurator<T extends javafx.scene.control.ComboBox<?>>- Overrides:
configurein classComboBoxBaseConfigurator<T extends javafx.scene.control.ComboBox<?>>- Parameters:
control- the control
-