Get the end point of the current selection.
()
| 1700 | * Get the end point of the current selection. |
| 1701 | */ |
| 1702 | public int getSelectionStop() { |
| 1703 | return textarea.getSelectionStop(); |
| 1704 | } |
| 1705 | |
| 1706 | |
| 1707 | /** |
no outgoing calls
no test coverage detected