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 Constructor Description ComboBoxConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(T control)Configures the control.-
Methods inherited from class org.tentackle.fx.component.config.ComboBoxBaseConfigurator
filterKeys, updateModelAndView
-
Methods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
remapKeys, setupFocusHandling
-
-
-
-
Method Detail
-
configure
public void configure(T control)
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
-
-