Get the end point of the current selection.
()
| 1438 | * Get the end point of the current selection. |
| 1439 | */ |
| 1440 | public int getSelectionStop() { |
| 1441 | return textarea.getSelectionStop(); |
| 1442 | } |
| 1443 | |
| 1444 | |
| 1445 | /** |
no outgoing calls
no test coverage detected