Module org.tentackle.fx
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 Summary
Constructors Constructor Description ScrollPaneConfigurator()
-
Method Summary
-
Methods inherited from class org.tentackle.fx.container.config.ContainerConfigurator
configure
-
-