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

Method run

ij/src/main/java/ij/plugin/TextWriter.java:13–15  ·  view source on GitHub ↗
(String arg)

Source from the content-addressed store, hash-verified

11public class TextWriter implements PlugIn {
12
13 public void run(String arg) {
14 saveText();
15 }
16
17 void saveText() {
18 Frame frame = WindowManager.getFrontWindow();

Callers

nothing calls this directly

Calls 1

saveTextMethod · 0.95

Tested by

no test coverage detected