TextFieldDisplayFormatpublic class FormatPlain extends java.lang.Object implements TextFieldDisplayFormat
| Constructor | Description |
|---|---|
FormatPlain() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.CharSequence |
getDisplaySequence(java.lang.CharSequence original,
int start,
int end) |
Get a part of the original text converted into the one that is supposed to be displayed.
|
@Nonnull
public java.lang.CharSequence getDisplaySequence(@Nonnull
java.lang.CharSequence original,
int start,
int end)
TextFieldDisplayFormatgetDisplaySequence in interface TextFieldDisplayFormatoriginal - 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 © 2018. All rights reserved.