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

Method getTextArea

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

Get the JEditTextArea object for use (not recommended). This should only be used in obscure cases that really need to hack the internals of the JEditTextArea. Most tools should only interface via the get/set functions found in this class. This will maintain compatibility with future releases, which

()

Source from the content-addressed store, hash-verified

1599 * which will not use JEditTextArea.
1600 */
1601 public JEditTextArea getTextArea() {
1602 return textarea;
1603 }
1604
1605
1606 public PdeTextArea getPdeTextArea() {

Callers 14

mouseClickedMethod · 0.45
paintComponentMethod · 0.45
getCurrentLineIDMethod · 0.45
valueChangedMethod · 0.45
handlePressedMethod · 0.45
RenameMethod · 0.45
renameMethod · 0.45
InspectModeMethod · 0.45
fetchPhraseMethod · 0.45
insertSelectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected