Class TilePaneConfigurator<T extends javafx.scene.layout.TilePane>

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

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

    • TilePaneConfigurator

      public TilePaneConfigurator()
      Creates the configurator for a TilePane.