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 #282 (closed defect: fixed)

Opened 2010-11-15T15:08:29-06:00

Last modified 2011-01-14T15:25:39-06:00

Work on IJX branch

Reported by: rlentz Owned by: rlentz
Priority: major Milestone: biweekly-2010: Dec-13 to Dec-23
Component: Plugin Framework Version:
Severity: minor Keywords:
Cc: Blocked By:
Blocking:

Description (last modified by rlentz)

Added plugin args via constructor method to ij2common.imagej.plugin.PluginEntry.java

Change History

comment:1 Changed 2010-11-29T13:18:46-06:00 by rlentz

  • Status changed from new to assigned
  • Description modified
  • Summary changed from Work on IJX branch for... TBD to Work on IJX branch

comment:2 Changed 2010-11-30T14:47:34-06:00 by rlentz

Added a helper class pluginAdapterUtils to walk the ImageJ 1.43u AWT menus

Populates the parent menu through use of a HashMap <String,String>


Removed ArrayList for parent menu field of PluginEntry class.


comment:3 Changed 2011-01-14T15:25:39-06:00 by rlentz

  • Status changed from assigned to closed
  • Resolution set to fixed
  • Severity changed from serious to minor