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 -
Method Summary
Methods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
filterKeys, remapKeys, setupFocusHandling, updateModelAndView
-
Constructor Details
-
TableViewConfigurator
public TableViewConfigurator()Creates the configurator for aTableView.
-
-
Method Details
-
configure
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
-