Module org.tentackle.fx
Class TextAreaConfigurator<T extends javafx.scene.control.TextArea>
- java.lang.Object
-
- org.tentackle.fx.component.config.ComponentConfigurator<T>
-
- org.tentackle.fx.component.config.TextInputControlConfigurator<T>
-
- org.tentackle.fx.component.config.TextAreaConfigurator<T>
-
- Type Parameters:
T- the textarea type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.control.TextArea.class) public class TextAreaConfigurator<T extends javafx.scene.control.TextArea> extends TextInputControlConfigurator<T>
Configures a TextArea.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description TextAreaConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidremapKeys(T control)Remaps certain keys.-
Methods inherited from class org.tentackle.fx.component.config.TextInputControlConfigurator
configure, focusNext, focusPrevious
-
Methods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
filterKeys, setupFocusHandling
-
-
-
-
Method Detail
-
remapKeys
protected void remapKeys(T control)
Description copied from class:ComponentConfiguratorRemaps certain keys.- Overrides:
remapKeysin classTextInputControlConfigurator<T extends javafx.scene.control.TextArea>- Parameters:
control- the control
-
-