Class HTMLEditorConfigurator<T extends javafx.scene.web.HTMLEditor>

java.lang.Object
org.tentackle.fx.component.config.ComponentConfigurator<T>
org.tentackle.fx.component.config.HTMLEditorConfigurator<T>
Type Parameters:
T - the editor type
All Implemented Interfaces:
Configurator<T>

@ConfiguratorService(javafx.scene.web.HTMLEditor.class) public class HTMLEditorConfigurator<T extends javafx.scene.web.HTMLEditor> extends ComponentConfigurator<T>
Configures an HTMLEditor.
Author:
harald
  • Constructor Details

    • HTMLEditorConfigurator

      public HTMLEditorConfigurator()
      Creates the configurator for a HTMLEditor.