Interface Editable

All Superinterfaces:
Appendable, CharSequence, GetChars, Spannable, Spanned
All Known Implementing Classes:
SpannableStringBuilder

public interface Editable extends Spannable, GetChars, Appendable
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 re-flowed as the text is changed.