Module org.tentackle.fx
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 Summary
Constructors Constructor Description TilePaneConfigurator()
-
Method Summary
-
Methods inherited from class org.tentackle.fx.container.config.PaneConfigurator
configure
-
-