Module org.tentackle.fx
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 Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
configure, filterKeys, remapKeys, setupFocusHandling, updateModelAndView
-
Constructor Details
-
HTMLEditorConfigurator
public HTMLEditorConfigurator()Creates the configurator for aHTMLEditor.
-