MCPcopy Index your code
hub / github.com/benfry/processing4 / setText

Method setText

app/src/processing/app/ui/Editor.java:1368–1372  ·  view source on GitHub ↗

Replace the entire contents of the front-most tab. Note that this does a compound edit, so internal callers may want to use textarea.setText() if this is part of a larger compound edit.

(String what)

Source from the content-addressed store, hash-verified

1366 * if this is part of a larger compound edit.
1367 */
1368 public void setText(String what) {
1369 startCompoundEdit();
1370 textarea.setText(what);
1371 stopCompoundEdit();
1372 }
1373
1374
1375 @SuppressWarnings("unused")

Callers 15

keyTypedMethod · 0.45
updateMethod · 0.45
updateThemeMethod · 0.45
setErrorMessageMethod · 0.45
clearMessageMethod · 0.45
applyDetailMethod · 0.45
FilterFieldMethod · 0.45

Calls 2

startCompoundEditMethod · 0.95
stopCompoundEditMethod · 0.95

Tested by

no test coverage detected