Module org.tentackle.fx
Class TextFieldConfigurator<T extends javafx.scene.control.TextField>
- java.lang.Object
-
- org.tentackle.fx.component.config.ComponentConfigurator<T>
-
- org.tentackle.fx.component.config.TextInputControlConfigurator<T>
-
- org.tentackle.fx.component.config.TextFieldConfigurator<T>
-
- Type Parameters:
T- the textfield type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.control.TextField.class) public class TextFieldConfigurator<T extends javafx.scene.control.TextField> extends TextInputControlConfigurator<T>
Configures a TextField.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description TextFieldConfigurator()
-
Method Summary
-
Methods inherited from class org.tentackle.fx.component.config.TextInputControlConfigurator
configure, focusNext, focusPrevious, remapKeys
-
Methods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
filterKeys, setupFocusHandling
-
-