Class HBoxConfigurator<T extends javafx.scene.layout.HBox>

java.lang.Object
org.tentackle.fx.container.config.PaneConfigurator<T>
org.tentackle.fx.container.config.HBoxConfigurator<T>
Type Parameters:
T - the container type
All Implemented Interfaces:
Configurator<T>

@ConfiguratorService(javafx.scene.layout.HBox.class) public class HBoxConfigurator<T extends javafx.scene.layout.HBox> extends PaneConfigurator<T>
Configures a HBox.
Author:
harald
  • Constructor Details

    • HBoxConfigurator

      public HBoxConfigurator()
      Creates the configurator for a HBox.