|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecta_vcard.android.text.Editable.Factory
public static class Editable.Factory
Factory used by TextView to create new Editables. You can subclass it to provide something other than SpannableStringBuilder.
Constructor Summary | |
---|---|
Editable.Factory()
|
Method Summary | |
---|---|
static Editable.Factory |
getInstance()
Returns the standard Editable Factory. |
Editable |
newEditable(java.lang.CharSequence source)
Returns a new SpannedStringBuilder from the specified CharSequence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Editable.Factory()
Method Detail |
---|
public static Editable.Factory getInstance()
public Editable newEditable(java.lang.CharSequence source)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |