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 -
Method Summary
Methods inherited from class org.tentackle.fx.container.config.PaneConfigurator
configure
-
Constructor Details
-
TilePaneConfigurator
public TilePaneConfigurator()Creates the configurator for aTilePane.
-