MCPcopy Create free account
hub / github.com/NeoTheCapt/PowerScanner / setText

Method setText

src/main/java/burp/ITextEditor.java:44–44  ·  view source on GitHub ↗

This method is used to update the currently displayed text in the editor. @param text The text to be displayed.

(byte[] text)

Source from the content-addressed store, hash-verified

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.

Callers 3

PowerPannelMethod · 0.80
initComponentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected