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 -
Method Summary
Methods inherited from class org.tentackle.fx.component.config.TextInputControlConfigurator
configure, focusNext, focusPrevious, remapKeysMethods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
filterKeys, setupFocusHandling, updateModelAndView
-
Constructor Details
-
PasswordFieldConfigurator
public PasswordFieldConfigurator()Creates the configurator for aPasswordField.
-