MCPcopy Create free account
hub / github.com/benfry/processing4 / getPdeTextArea

Method getPdeTextArea

app/src/processing/app/ui/Editor.java:1342–1344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1340
1341
1342 public PdeTextArea getPdeTextArea() {
1343 return (textarea instanceof PdeTextArea) ? (PdeTextArea) textarea : null;
1344 }
1345
1346
1347 /**

Callers 1

paintComponentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected