Get the beginning point of the current selection.
()
| 495 | * Get the beginning point of the current selection. |
| 496 | */ |
| 497 | public int getSelectionStart() { |
| 498 | return textarea.getSelectionStart(); |
| 499 | } |
| 500 | |
| 501 | /** |
| 502 | * Get the end point of the current selection. |
no outgoing calls
no test coverage detected