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

Method append

ij/src/main/java/ij/plugin/frame/Editor.java:1764–1766  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

1762 }
1763
1764 public void append(String s) {
1765 ta.append(s);
1766 }
1767
1768 public void setIsMacroWindow(boolean mw) {
1769 isMacroWindow = mw;

Callers 1

printToWindowMethod · 0.95

Calls 1

appendMethod · 0.65

Tested by

no test coverage detected