Package icyllis.modernui.text.method
package icyllis.modernui.text.method
-
ClassDescriptionA movement method that provides cursor movement and selection.Base classes for movement methods.Input filter for digits-only text.A movement method that traverses links in the text buffer and scrolls if necessary.Provides cursor positioning, scrolling and text selection functionality in a
TextView
.Input filter for numeric text.This transformation method causes the characters in theReplacementTransformationMethod.getOriginal()
array to be replaced by the corresponding characters in theReplacementTransformationMethod.getReplacement()
array.A movement method that interprets movement keys by scrolling the text buffer.This transformation method causes any newline characters (\n) to be displayed as spaces instead of causing line breaks, and causes carriage return characters (\r) to have no appearance.Provides methods for handling text additions and deletions in aTextView
.TextView uses TransformationMethods to do things like replacing the characters of passwords with dots, or keeping the newline characters from causing line breaks in single-line text fields.Walks through cursor positions at word boundaries.