Get the beginning point of the current selection.
()
| 1430 | * Get the beginning point of the current selection. |
| 1431 | */ |
| 1432 | public int getSelectionStart() { |
| 1433 | return textarea.getSelectionStart(); |
| 1434 | } |
| 1435 | |
| 1436 | |
| 1437 | /** |
no outgoing calls
no test coverage detected