|
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
|