Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
public
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
installBuiltinTool
Method · 0.95
Calls
1
addPlugInTool
Method · 0.95
Tested by
no test coverage detected