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 Details

    • TableViewConfigurator

      public TableViewConfigurator()
      Creates the configurator for a TableView.
  • Method Details