java.lang.Object
atlantafx.base.util.PasswordTextFormatter.PasswordFilter
- All Implemented Interfaces:
Function<javafx.scene.control.TextFormatter.Change,,javafx.scene.control.TextFormatter.Change> UnaryOperator<javafx.scene.control.TextFormatter.Change>
- Enclosing class:
- PasswordTextFormatter
protected static class PasswordTextFormatter.PasswordFilter
extends Object
implements UnaryOperator<javafx.scene.control.TextFormatter.Change>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected charprotected final javafx.beans.property.ReadOnlyStringWrapperprotected final javafx.beans.property.BooleanPropertyprotected final StringBuilder -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
password
protected final javafx.beans.property.ReadOnlyStringWrapper password -
revealPassword
protected final javafx.beans.property.BooleanProperty revealPassword -
sb
-
bullet
protected char bullet
-
-
Constructor Details
-
PasswordFilter
protected PasswordFilter()
-
-
Method Details
-
apply
public javafx.scene.control.TextFormatter.Change apply(javafx.scene.control.TextFormatter.Change change) -
setBullet
protected void setBullet(char bullet) -
maskText
-
setInitialText
-