Class TextFlowConfigurator<T extends javafx.scene.text.TextFlow>

java.lang.Object
org.tentackle.fx.container.config.PaneConfigurator<T>
org.tentackle.fx.container.config.TextFlowConfigurator<T>
Type Parameters:
T - the container type
All Implemented Interfaces:
Configurator<T>

@ConfiguratorService(javafx.scene.text.TextFlow.class) public class TextFlowConfigurator<T extends javafx.scene.text.TextFlow> extends PaneConfigurator<T>
Configures a TextFlow.
Author:
harald
  • Constructor Details

    • TextFlowConfigurator

      public TextFlowConfigurator()
      Creates the configurator for a TextFlow.