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 Details

    • TitledPaneConfigurator

      public TitledPaneConfigurator()
      Creates the configurator for a TitledPane.