Class FlowPaneBuilder

java.lang.Object
java.util.AbstractMap<String,Object>
org.tentackle.reflect.PropertyMap<T>
org.tentackle.fx.AbstractBuilder<javafx.scene.layout.FlowPane>
org.tentackle.fx.container.build.FlowPaneBuilder
All Implemented Interfaces:
Map<String,Object>, javafx.util.Builder<javafx.scene.layout.FlowPane>

@BuilderService(javafx.scene.layout.FlowPane.class) @DefaultProperty("children") public class FlowPaneBuilder extends AbstractBuilder<javafx.scene.layout.FlowPane>
Builder to create a FlowPane.
Author:
harald
  • Constructor Details

    • FlowPaneBuilder

      public FlowPaneBuilder()
      Creates the builder.