Get the TextArea object for use (not recommended). This should only be used in obscure cases that really need to hack the internals of the JEditTextArea. Most tools should only interface via the get/set functions found in this class. This will maintain compatibility with future releases, which will
()
| 378 | * which will not use TextArea. |
| 379 | */ |
| 380 | public SketchTextArea getTextArea() { |
| 381 | return textarea; |
| 382 | } |
| 383 | |
| 384 | /** |
| 385 | * Get the sketch this tab is editing a file from. |
no outgoing calls
no test coverage detected