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 -
Method Summary
Methods inherited from class org.tentackle.fx.container.config.PaneConfigurator
configure
-
Constructor Details
-
StackPaneConfigurator
public StackPaneConfigurator()Creates the configurator for aStackPane.
-