Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
showText
Method · 0.95
edPaste
Method · 0.80
handleEditorCommand
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected