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