public interface Editable extends CharSequence, GetChars, Spannable, Appendable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Editable.Factory |
SPAN_COMPOSING, SPAN_EXCLUSIVE_EXCLUSIVE, SPAN_EXCLUSIVE_INCLUSIVE, SPAN_INCLUSIVE_EXCLUSIVE, SPAN_INCLUSIVE_INCLUSIVE, SPAN_INTERMEDIATE, SPAN_MARK_MARK, SPAN_MARK_POINT, SPAN_PARAGRAPH, SPAN_POINT_MARK, SPAN_POINT_MARK_MASK, SPAN_POINT_POINT, SPAN_PRIORITY, SPAN_PRIORITY_SHIFT, SPAN_USER, SPAN_USER_SHIFT| Modifier and Type | Method and Description |
|---|---|
Editable |
append(char text) |
Editable |
append(CharSequence text) |
Editable |
append(CharSequence text,
int start,
int end) |
void |
clear() |
void |
clearSpans() |
Editable |
delete(int st,
int en) |
InputFilter[] |
getFilters() |
Editable |
insert(int where,
CharSequence text) |
Editable |
insert(int where,
CharSequence text,
int start,
int end) |
Editable |
replace(int st,
int en,
CharSequence text) |
Editable |
replace(int st,
int en,
CharSequence source,
int start,
int end) |
void |
setFilters(InputFilter[] filters) |
removeSpan, setSpangetSpanEnd, getSpanFlags, getSpans, getSpanStart, nextSpanTransitioncharAt, length, subSequence, toStringEditable replace(int st, int en, CharSequence source, int start, int end)
Editable replace(int st, int en, CharSequence text)
Editable insert(int where, CharSequence text, int start, int end)
Editable insert(int where, CharSequence text)
Editable delete(int st, int en)
Editable append(CharSequence text)
append in interface AppendableEditable append(CharSequence text, int start, int end)
append in interface AppendableEditable append(char text)
append in interface Appendablevoid clear()
void clearSpans()
void setFilters(InputFilter[] filters)
InputFilter[] getFilters()
Copyright © 2008-2013. All Rights Reserved.