Module org.tentackle.fx
Class PasswordFieldConfigurator<T extends javafx.scene.control.PasswordField>
- java.lang.Object
-
- org.tentackle.fx.component.config.ComponentConfigurator<T>
-
- org.tentackle.fx.component.config.TextInputControlConfigurator<T>
-
- org.tentackle.fx.component.config.PasswordFieldConfigurator<T>
-
- Type Parameters:
T- the password field type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.control.PasswordField.class) public class PasswordFieldConfigurator<T extends javafx.scene.control.PasswordField> extends TextInputControlConfigurator<T>
Configures a PasswordField.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description PasswordFieldConfigurator()
-
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
-
-