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 editpor 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 Constructor Description HTMLEditorConfigurator()
-
Method Summary
-
Methods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
configure, filterKeys, remapKeys, setupFocusHandling
-
-