Class ScrollPaneConfigurator<T extends javafx.scene.control.ScrollPane>

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

@ConfiguratorService(javafx.scene.control.ScrollPane.class) public class ScrollPaneConfigurator<T extends javafx.scene.control.ScrollPane> extends ContainerConfigurator<T>
Configures a ScrollPane.
Author:
harald
  • Constructor Details

    • ScrollPaneConfigurator

      public ScrollPaneConfigurator()
      Creates the configurator for a ScrollPane.