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 Details

    • VBoxConfigurator

      public VBoxConfigurator()
      Creates the configurator for a VBox.