Module org.tentackle.fx
Class ListViewConfigurator<T extends javafx.scene.control.ListView<?>>
- java.lang.Object
-
- org.tentackle.fx.component.config.ComponentConfigurator<T>
-
- org.tentackle.fx.component.config.ListViewConfigurator<T>
-
- Type Parameters:
T- the listview type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.control.ListView.class) public class ListViewConfigurator<T extends javafx.scene.control.ListView<?>> extends ComponentConfigurator<T>
Configures a ListView.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description ListViewConfigurator()
-
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.ComponentConfigurator
filterKeys, 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.ListView<?>>- Overrides:
configurein classComponentConfigurator<T extends javafx.scene.control.ListView<?>>- Parameters:
control- the control
-
-