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

Method run

ij/src/main/java/ij/plugin/ControlPanel.java:62–64  ·  view source on GitHub ↗

Creates a panel with the hierarchical tree structure of ImageJ's commands.

(String arg)

Source from the content-addressed store, hash-verified

60
61 /** Creates a panel with the hierarchical tree structure of ImageJ's commands. */
62 public void run(String arg) {
63 load();
64 }
65
66
67 /* *********************************************************************** */

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected