Module org.tentackle.fx
Class BorderPaneConfigurator<T extends javafx.scene.layout.BorderPane>
java.lang.Object
org.tentackle.fx.container.config.PaneConfigurator<T>
org.tentackle.fx.container.config.BorderPaneConfigurator<T>
- Type Parameters:
T- the container type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.layout.BorderPane.class)
public class BorderPaneConfigurator<T extends javafx.scene.layout.BorderPane>
extends PaneConfigurator<T>
Configures a
BorderPane.- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.container.config.PaneConfigurator
configure
-
Constructor Details
-
BorderPaneConfigurator
public BorderPaneConfigurator()Creates the configurator for aBorderPane.
-