Get the contents of the current buffer. Used by the Sketch class.
()
| 1348 | * Get the contents of the current buffer. Used by the Sketch class. |
| 1349 | */ |
| 1350 | public String getText() { |
| 1351 | return textarea.getText(); |
| 1352 | } |
| 1353 | |
| 1354 | |
| 1355 | /** |
no outgoing calls
no test coverage detected