{@link TextReplacementData} is used to enhance a {@link Text} widget with the ability to create suggestions for thetyped letters. E.g. when you define a replacement for the key "foo" with the value "bar" the user gets a suggestion ("bar") when he types in "foo". Usually a {@link TextReplacementData} is used within the{@link TextDecorator#setTextReplacement(TextReplacementData)} method.
@see TextDecorator#setTextReplacement(TextReplacementData) @since 1.4
|
|