Module org.tentackle.fx
Class FlowPaneConfigurator<T extends javafx.scene.layout.FlowPane>
- java.lang.Object
-
- org.tentackle.fx.container.config.PaneConfigurator<T>
-
- org.tentackle.fx.container.config.FlowPaneConfigurator<T>
-
- Type Parameters:
T- the container type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.layout.FlowPane.class) public class FlowPaneConfigurator<T extends javafx.scene.layout.FlowPane> extends PaneConfigurator<T>
Configures a FlowPane.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description FlowPaneConfigurator()
-
Method Summary
-
Methods inherited from class org.tentackle.fx.container.config.PaneConfigurator
configure
-
-