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 #207 (closed task: wontfix)

Opened 2010-09-15T13:38:06-05:00

Last modified 2012-02-24T13:54:10-06:00

Integrate Annotation Based Plugin Scheme into core ImageJ

Reported by: rlentz Owned by: rlentz
Priority: minor Milestone: biweekly-2010: Sep-20 to Oct-01
Component: Plugin Framework Version:
Severity: serious Keywords: annotations plugin infrastructure
Cc: Blocked By:
Blocking: #11, #1010

Description (last modified by rlentz)

A novel application of Java annotations has been developed as an Annotation Based Plugin Scheme to enhance the existing ImageJ plugin framework. The scope of this task is to champion the excellent work already completed by applying it to ij.plugin classes and extending the functionality to support capabilities not present in the existing eight classes. (The primary goal is to reduce instances of the Generic Dialog in the code base.)

Change History

comment:1 Changed 2010-09-15T13:38:14-05:00 by rlentz

  • Status changed from new to assigned

comment:2 Changed 2010-09-15T13:38:34-05:00 by rlentz

  • Summary changed from Integrate Abstract Plugin into core ImageJ to Integrate Annotation Based Plugin Scheme into core ImageJ

comment:3 Changed 2010-09-15T14:40:41-05:00 by rlentz

  • Description modified

comment:4 Changed 2010-09-21T14:21:11-05:00 by rlentz

Completed ij.plugin.CanvasResizer.java

comment:5 Changed 2010-10-04T11:32:12-05:00 by rlentz

  • Status changed from assigned to closed
  • Resolution set to wontfix

During the bi-weekly status meeting Curtis decided to no focus on converting core ij.plugin code based on Grant's feedback until after the IJ conference on 6 Nov, 2010.

comment:6 Changed 2012-02-24T13:54:10-06:00 by curtis

  • Blocking 11, 1010 added