Get the number of lines in the currently displayed buffer.
()
| 1482 | * Get the number of lines in the currently displayed buffer. |
| 1483 | */ |
| 1484 | public int getLineCount() { |
| 1485 | return textarea.getLineCount(); |
| 1486 | } |
| 1487 | |
| 1488 | |
| 1489 | /** |
no outgoing calls
no test coverage detected