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 #805 (closed enhancement: wontfix)

Opened 2011-10-05T15:10:42-05:00

Last modified 2014-05-01T07:13:57-05:00

Add Sections to group Plugin Input Paremeters

Reported by: gharris Owned by: curtis
Priority: minor Milestone: imagej-2.5.0
Component: Plugin Framework Version:
Severity: minor Keywords:
Cc: Blocked By:
Blocking:

Description (last modified by gharris)

Add an attribute to @Parameter, say (section="Dimensions") that creates a titled sub-panel that contains the input widgets for @Parameters up to the next Section marker.

Change History

comment:1 Changed 2011-10-05T15:13:09-05:00 by gharris

  • Description modified
  • Summary changed from Add @Section annotation to Plugins to Add Sections to group Plugin Input Paremeters

comment:2 Changed 2014-05-01T07:13:57-05:00 by curtis

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

The current solution is something like:

@Parameter(visibility = ItemVisibility.MESSAGE)
private final String header =
	"This command demonstrates various widgets in action!";

We could add widget styles for such parameters in the future, but it is not a priority right now.