Moves the selection to the end.
()
| 210 | * Moves the selection to the end. |
| 211 | */ |
| 212 | public void moveSelectionToEnd() { |
| 213 | initDoTypeProcessor(); |
| 214 | selectionDelegate_.setSelectionStart(getData().length()); |
| 215 | } |
| 216 | |
| 217 | /** |
| 218 | * {@inheritDoc} |
no test coverage detected