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/Recorder.java:1026–1028 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1024
}
1025
1026
public
String getText() {
1027
return
recordingEnabled()?textArea.getText():
""
;
1028
}
1029
1030
public
static
Recorder getInstance() {
1031
return
instance;
Callers
2
createMacro
Method · 0.45
runCode
Method · 0.45
Calls
1
recordingEnabled
Method · 0.95
Tested by
no test coverage detected