NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #623 (closed task: fixed)

Opened 2011-06-20T15:01:24-05:00

Last modified 2011-07-22T16:07:25-05:00

Make plugin parameters modifiable at runtime

Reported by: bdezonia Owned by: curtis
Priority: major Milestone: imagej2-b1-initial
Component: Plugin Framework Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

There are some plugins that need to be able to set the choices or min and max values of a plugin's parameters. Think for example of the ReorderAxes plugin. Its ideal implementation would be to create a number of parameters at runtime (i.e. 3 axes == 3 parameters, 8 axes = 8 parameters). And for each parameter the range of choices should be determined at runtime too (XYZ dataset gets 3 axis choices {x,y,z}, XYZCT dataset gets 5 axis choices).

Change History

comment:1 Changed 2011-07-22T16:07:25-05:00 by curtis

  • Status changed from new to closed
  • Resolution set to fixed

Dynamic plugins are now possible with cbc045207409af96314648a9931a47cf466f7bcc.