android.text
public
static
class
android.text.Spannable.Factory
Factory used by TextView to create new Spannables. You can subclass
it to provide something other than SpannableString.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
Spannable.Factory()
Public Methods
Returns the standard Spannable Factory.
Returns a new SpannableString from the specified CharSequence.
You can override this to provide a different kind of Spannable.