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 #404 (closed task: fixed)

Opened 2011-03-29T15:36:33-05:00

Last modified 2011-03-31T15:57:38-05:00

Improve IJ2 Tool framework

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej-2.0-alpha1
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

We need to be able to order the toolbar entries to be more like IJ1. To go forward need a way to add a display ordering priority. Will need two kinds of priority (a group ordering and a subgroup ordering).

Between groups of tools on toolbar display either some space or a bar of some sort.

Add a toolEnabled option. Draw tools that aren't enabled as grayed out. Make most of our toolbars toolEnabled=false.

Maybe for now just edit ToolManager and blacklist our known broken ones.

Change History

comment:1 Changed 2011-03-31T15:57:38-05:00 by curtis

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

Fixed in 0898a2d728a74ce28b1dd2d5ffd070c332b99d64.