private class TextInputControl.TextInputControlFromatterAccessor extends java.lang.Object implements FormatterAccessor
| Modifier | Constructor and Description |
|---|---|
private |
TextInputControlFromatterAccessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAnchor() |
int |
getCaret() |
java.lang.String |
getText(int begin,
int end) |
int |
getTextLength() |
public int getTextLength()
getTextLength in interface FormatterAccessorpublic java.lang.String getText(int begin,
int end)
getText in interface FormatterAccessorpublic int getCaret()
getCaret in interface FormatterAccessorpublic int getAnchor()
getAnchor in interface FormatterAccessor