Class GridPaneConfigurator<T extends javafx.scene.layout.GridPane>

java.lang.Object
org.tentackle.fx.container.config.PaneConfigurator<T>
org.tentackle.fx.container.config.GridPaneConfigurator<T>
Type Parameters:
T - the container type
All Implemented Interfaces:
Configurator<T>

@ConfiguratorService(javafx.scene.layout.GridPane.class) public class GridPaneConfigurator<T extends javafx.scene.layout.GridPane> extends PaneConfigurator<T>
Configures a GridPane.
Author:
harald
  • Constructor Details

    • GridPaneConfigurator

      public GridPaneConfigurator()
      Creates the configurator for a GridPane.