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 #747 (closed enhancement: fixed)

Opened 2011-09-12T13:48:10-05:00

Last modified 2012-07-13T22:22:07-05:00

Allow a plugin parameter to be both an input & an output

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

Description

Sometimes it may make sense for a plugin parameter to be both an input and an output, particularly when the plugin performs some sort of "in-place" mutation on that object. This is very common with image displays, for example. We should update the API from a boolean output toggle to a 3-way switch: input, output, or both.

Change History

comment:1 Changed 2011-09-12T13:48:16-05:00 by curtis

  • Cc leek added

comment:2 Changed 2011-09-22T15:47:09-05:00 by curtis

  • Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta3

comment:3 Changed 2012-07-13T22:22:07-05:00 by curtis

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta1

This has actually been done since last September! See 92d3b616.