MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getTextArea

Method getTextArea

ij/src/main/java/ij/plugin/frame/Editor.java:492–494  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

490 }
491
492 public TextArea getTextArea() {
493 return ta;
494 }
495
496 public void display(String title, String text) {
497 ta.selectAll();

Callers 3

showTextMethod · 0.95
edPasteMethod · 0.80
handleEditorCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected