IJ.run(...) ?
Posted by David Webster on Jan 15, 2010; 4:11am
URL: http://imagej.273.s1.nabble.com/IJ-run-tp3689724.html
Group,
If I call IJ.run(imp,"MyPluginFilter ","MyArgs") from a Plugin, then it
works OK. But, if I call it from a PlugiInFilter, then only the setup()
method seems to be called.
Am I doing soemthing wrong, or is it supposed to be this way? If I was
using it with a Plugin, i.e IJ.run(imp,"MyPlugin ","MyArgs"), would it
work from a PluginFilter?
David Webster