MCPcopy Index your code
hub / github.com/processing/processing / getPdeTextArea

Method getPdeTextArea

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

Source from the content-addressed store, hash-verified

1604
1605
1606 public PdeTextArea getPdeTextArea() {
1607 return (textarea instanceof PdeTextArea) ? (PdeTextArea) textarea : null;
1608 }
1609
1610
1611 /**

Callers 2

EditorMethod · 0.95
paintComponentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected