True if some text is currently selected.
()
| 1422 | * True if some text is currently selected. |
| 1423 | */ |
| 1424 | public boolean isSelectionActive() { |
| 1425 | return textarea.isSelectionActive(); |
| 1426 | } |
| 1427 | |
| 1428 | |
| 1429 | /** |
no outgoing calls
no test coverage detected