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