public class FormatPlain extends Object implements TextFieldDisplayFormat
Constructor and Description |
---|
FormatPlain() |
Modifier and Type | Method and Description |
---|---|
CharSequence |
getDisplaySequence(CharSequence original,
int start,
int end)
Get a part of the original text converted into the one that is supposed to be displayed.
|
public CharSequence getDisplaySequence(CharSequence original, int start, int end)
TextFieldDisplayFormat
getDisplaySequence
in interface TextFieldDisplayFormat
original
- the original textstart
- the index of the first character that should be convertedend
- the index of the first character after the area that should be convertedCopyright © 2013. All Rights Reserved.