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

Method showSource

ij/src/main/java/ij/gui/Toolbar.java:2101–2106  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

2099 }
2100
2101 private void showSource(String name) {
2102 if (IJ.shiftKeyDown()) {
2103 IJ.runPlugIn("ij.plugin.BrowserLauncher", IJ.URL2+"/source/ij/plugin/tool/"+name+"Tool.java");
2104 IJ.setKeyUp(KeyEvent.VK_SHIFT);
2105 }
2106 }
2107
2108 private void installMacroFromJar(String path) {
2109 if (IJ.shiftKeyDown())

Callers 1

installBuiltinToolMethod · 0.95

Calls 3

shiftKeyDownMethod · 0.95
runPlugInMethod · 0.95
setKeyUpMethod · 0.95

Tested by

no test coverage detected