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

Opened 2011-04-20T16:57:49-05:00

Last modified 2011-04-20T16:59:27-05:00

Support an active display concept

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2011: Apr-11 to Apr-22
Component: Display API Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Have IJ2 always track which display is active. This could be used by plugins to apply to the currently active display. Its corresponding Dataset could be accessed/modified if desired.

Change History

comment:1 Changed 2011-04-20T16:57:55-05:00 by bdezonia

  • Status changed from new to accepted

comment:2 Changed 2011-04-20T16:59:27-05:00 by bdezonia

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

implemented as part of the support for the zoom plugins. each UI is responsible for tracking this information. the swing ui keeps track of window active and window closing events.