Uses of Interface
atlantafx.base.util.MaskChar
Packages that use MaskChar
Package
Description
Defines the UI controls and their corresponding skins.
Provides various utility classes, formatters and converters.
-
Uses of MaskChar in atlantafx.base.controls
Constructor parameters in atlantafx.base.controls with type arguments of type MaskCharModifierConstructorDescriptionMaskTextField
(String text, List<MaskChar> mask) Creates a MaskTextField with initial text content and the specified input mask. -
Uses of MaskChar in atlantafx.base.util
Classes in atlantafx.base.util that implement MaskCharModifier and TypeClassDescriptionfinal class
The defaultMaskChar
implementation that should be suitable for anything except heavily custom logic.Fields in atlantafx.base.util with type parameters of type MaskCharMethods in atlantafx.base.util that return types with arguments of type MaskCharMethod parameters in atlantafx.base.util with type arguments of type MaskCharModifier and TypeMethodDescriptionstatic MaskTextFormatter
Creates a new mask text formatter with the provided input mask and applies itself to the specified text field.protected static String
MaskTextFormatter.createPlaceholderMask
(List<MaskChar> mask) static javafx.scene.control.TextField
MaskTextFormatter.createTextField
(List<MaskChar> mask) Creates a new text field with the provided input mask.Constructor parameters in atlantafx.base.util with type arguments of type MaskChar