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