MCPcopy Create free account
hub / github.com/bit4woo/ReSign / setText

Method setText

src/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 6

mouseClickedMethod · 0.80
actionPerformedMethod · 0.80
CGUIMethod · 0.80
mouseClickedMethod · 0.80
actionPerformedMethod · 0.80
CGUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected