This method is used to update the currently displayed text in the editor. @param text The text to be displayed.
(byte[] text)
| 42 | * @param text The text to be displayed. |
| 43 | */ |
| 44 | void setText(byte[] text); |
| 45 | |
| 46 | /** |
| 47 | * This method is used to retrieve the currently displayed text. |
no outgoing calls
no test coverage detected