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