Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getText
Method
getText
ij/src/main/java/ij/plugin/frame/Editor.java:485–490 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
483
}
484
485
public
String getText() {
486
if
(ta==null)
487
return
""
;
488
else
489
return
ta.getText();
490
}
491
492
public
TextArea getTextArea() {
493
return
ta;
Callers
15
itemStateChanged
Method · 0.45
insertUpdate
Method · 0.45
removeUpdate
Method · 0.45
changedUpdate
Method · 0.45
showDialog
Method · 0.45
run
Method · 0.45
save
Method · 0.45
getFolderImage
Method · 0.45
textValueChanged
Method · 0.45
textValueChanged
Method · 0.45
run
Method · 0.45
save
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected