Class StackPaneConfigurator<T extends javafx.scene.layout.StackPane>

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

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

    • StackPaneConfigurator

      public StackPaneConfigurator()
      Creates the configurator for a StackPane.