java.lang.Object | |
↳ | android.text.Editable.Factory |
Factory used by TextView to create new Editables. You can subclass it to provide something other than SpannableStringBuilder.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the standard Editable Factory.
|
||||||||||
|
Returns a new SpannedStringBuilder from the specified
CharSequence.
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns the standard Editable Factory.
Returns a new SpannedStringBuilder from the specified CharSequence. You can override this to provide a different kind of Spanned.