Get the JEditTextArea 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
()
| 1599 | * which will not use JEditTextArea. |
| 1600 | */ |
| 1601 | public JEditTextArea getTextArea() { |
| 1602 | return textarea; |
| 1603 | } |
| 1604 | |
| 1605 | |
| 1606 | public PdeTextArea getPdeTextArea() { |
no outgoing calls
no test coverage detected