Get the contents of the current buffer. Used by the Sketch class.
()
| 1612 | * Get the contents of the current buffer. Used by the Sketch class. |
| 1613 | */ |
| 1614 | public String getText() { |
| 1615 | return textarea.getText(); |
| 1616 | } |
| 1617 | |
| 1618 | |
| 1619 | /** |
no outgoing calls
no test coverage detected