Class VBoxConfigurator<T extends javafx.scene.layout.VBox>

  • 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VBoxConfigurator

        public VBoxConfigurator()