Module org.tentackle.fx
Class VBoxConfigurator<T extends javafx.scene.layout.VBox>
- java.lang.Object
-
- org.tentackle.fx.container.config.PaneConfigurator<T>
-
- org.tentackle.fx.container.config.VBoxConfigurator<T>
-
- Type Parameters:
T- the container type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.layout.VBox.class) public class VBoxConfigurator<T extends javafx.scene.layout.VBox> extends PaneConfigurator<T>
Configures a VBox.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description VBoxConfigurator()
-
Method Summary
-
Methods inherited from class org.tentackle.fx.container.config.PaneConfigurator
configure
-
-