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