Suggestion to Plugin Developers

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Suggestion to Plugin Developers

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