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