Login  Register

Suggestion to Plugin Developers

Posted by David Webster on Oct 30, 2009; 7:57pm
URL: http://imagej.273.s1.nabble.com/Suggestion-to-Plugin-Developers-tp3690605.html

All,

I recently had a situation in which I wanted to re-use or extend a
plugin/class that I got from ImageJ/Plugins. But, all of it's methods were
private.

I would like to suggest that whenever possible plugin developers make
their methods public or protected so that others can extend them without
re-writing the java file (if even available). Also providing "get/set ..."
methods for private fields would,be nice.

David Webster