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: |
|
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: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: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.