Example usage for Java android.widget EditText fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
Editable | getText() |
void | selectAll() Convenience for Selection#selectAll . |
void | setEllipsize(TextUtils.TruncateAt ellipsis) Causes words in the text that are longer than the view's width to be ellipsized instead of broken in the middle. |
void | setSelection(int index) Convenience for Selection#setSelection(Spannable,int) . |
void | setSelection(int start, int stop) Convenience for Selection#setSelection(Spannable,int,int) . |
void | setText(CharSequence text, BufferType type) |
String | toString() Returns a string representation of the object. |