Class AnchorPaneConfigurator<T extends javafx.scene.layout.AnchorPane>

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

@ConfiguratorService(javafx.scene.layout.AnchorPane.class) public class AnchorPaneConfigurator<T extends javafx.scene.layout.AnchorPane> extends PaneConfigurator<T>
Configures an AnchorPane.
Author:
harald
  • Constructor Details

    • AnchorPaneConfigurator

      public AnchorPaneConfigurator()
      Creates the configurator for a AnchorPane.