Uses of Class
atlantafx.base.util.PasswordTextFormatter
Packages that use PasswordTextFormatter
Package
Description
Defines the UI controls and their corresponding skins.
Provides various utility classes, formatters and converters.
-
Uses of PasswordTextFormatter in atlantafx.base.controls
Fields in atlantafx.base.controls with type parameters of type PasswordTextFormatterModifier and TypeFieldDescriptionprotected final javafx.beans.property.ReadOnlyObjectWrapper
<PasswordTextFormatter> PasswordTextField.formatter
-
Uses of PasswordTextFormatter in atlantafx.base.util
Methods in atlantafx.base.util that return PasswordTextFormatterModifier and TypeMethodDescriptionstatic PasswordTextFormatter
PasswordTextFormatter.create
(javafx.scene.control.TextField textField) Creates a new password text formatter with the default mask character and applies itself to the specified text field.static PasswordTextFormatter
PasswordTextFormatter.create
(javafx.scene.control.TextField field, char bullet) Creates a new password text formatter with the provided mask character and applies itself to the specified text field.