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

Method getTextArea

app/src/processing/app/ui/Editor.java:1337–1339  ·  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

1335 * which will not use JEditTextArea.
1336 */
1337 public JEditTextArea getTextArea() {
1338 return textarea;
1339 }
1340
1341
1342 public PdeTextArea getPdeTextArea() {

Callers 15

mouseClickedMethod · 0.45
EditorStatusMethod · 0.45
getCurrentLineIDMethod · 0.45
showImportSuggestionMethod · 0.45
RenameMethod · 0.45
renameMethod · 0.45
InspectModeMethod · 0.45
handlePressedMethod · 0.45
fetchPhraseMethod · 0.45
insertSelectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected