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