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