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

Method run

ij/src/main/java/ij/plugin/tool/PlugInTool.java:12–14  ·  view source on GitHub ↗
(String arg)

Source from the content-addressed store, hash-verified

10public abstract class PlugInTool implements PlugIn {
11
12 public void run(String arg) {
13 Toolbar.addPlugInTool(this);
14 }
15
16 public void mousePressed(ImagePlus imp, MouseEvent e) {e.consume();}
17

Callers 1

installBuiltinToolMethod · 0.95

Calls 1

addPlugInToolMethod · 0.95

Tested by

no test coverage detected