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 Details

    • FlowPaneConfigurator

      public FlowPaneConfigurator()
      Creates the configurator for a FlowPane.