Ticket #606 (closed task: fixed)
Opened 2011-06-14T15:05:54-05:00
Last modified 2011-07-29T18:04:04-05:00
Improve restructure plugins to use runtime data
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Plugin Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The restructure plugins push the limits of the @Parameter sezpoz functionality.
It would be nice if the Add & Delete Axis/Data plugins and the ReorderAxes plugin could populate their axis choices field at runtime based upon axes actually present in the Dataset. (Or when necessary all the axes defined in Axes).
We need a new kind of plugin that can build its UI at runtime and harvest those parameters. This functionality may exist but I have not found an example of a plugin doing so.
Change History
comment:1 Changed 2011-06-21T14:37:50-05:00 by bdezonia
- Owner changed from bdezonia to curtis
- Status changed from new to assigned
comment:2 Changed 2011-07-22T16:07:36-05:00 by curtis
Dynamic plugins are now possible with cbc045207409af96314648a9931a47cf466f7bcc.
comment:4 Changed 2011-07-25T14:57:40-05:00 by bdezonia
- Status changed from assigned to closed
- Resolution set to fixed
Plugins updated in commits ranging from a8b03031c81dc10aeacc306a1d44b03337c64167 to 3f6e9bebe53d4ef049c58b4b77972516510672c0
comment:5 Changed 2011-07-29T18:04:04-05:00 by bdezonia
- Milestone changed from imagej-2.0-beta1 to biweekly-2011: Jul-18 to Jul-29
Curtis, I had hatched this some days ago. It goes with ticket #623. Assign back to me at the appropriate time if you need.