scijava / scijava-common

A plugin framework and application container with built-in extensibility mechanism :electric_plug:
BSD 2-Clause "Simplified" License
89 stars 52 forks source link

Differentiate between dynamic and quasi-dynamic modules #179

Open ctrueden opened 9 years ago

ctrueden commented 9 years ago

Some modules alter the number, names or types of their parameters. These are fully dynamic and most difficult to deal with in workflow systems.

Other modules only want to alter the "lesser" properties of their parameters, such as the items of a multiple choice. These are only "quasi-dynamic" and are easier to deal with in many circumstances.

It would be best if there were an easy way to differentiate between these two scenarios. At the moment, both types of commands extend DynamicCommand, with no way to tell the difference.

imagesc-bot commented 2 years ago

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/change-scijava-parameter-label-at-runtime/60574/4