Class BorderPaneConfigurator<T extends javafx.scene.layout.BorderPane>

java.lang.Object
org.tentackle.fx.container.config.PaneConfigurator<T>
org.tentackle.fx.container.config.BorderPaneConfigurator<T>
Type Parameters:
T - the container type
All Implemented Interfaces:
Configurator<T>

@ConfiguratorService(javafx.scene.layout.BorderPane.class) public class BorderPaneConfigurator<T extends javafx.scene.layout.BorderPane> extends PaneConfigurator<T>
Configures a BorderPane.
Author:
harald
  • Constructor Details

    • BorderPaneConfigurator

      public BorderPaneConfigurator()
      Creates the configurator for a BorderPane.