Editable


public interface Editable
implements Appendable, CharSequence, GetChars, Spannable

android.text.Editable


This is the interface for text whose content and markup can be changed (as opposed to immutable text like Strings). If you make a DynamicLayout of an Editable, the layout will be reflowed as the text is changed.

Summary

Nested classes

class Editable.Factory

Factory used by TextView to create new Editables

Inherited constants