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 #594 (closed enhancement: fixed)

Opened 2011-06-13T06:22:10-05:00

Last modified 2011-08-29T10:56:49-05:00

Output Window

Reported by: gharris Owned by: gharris
Priority: major Milestone: imagej-2.0-alpha5
Component: UI Framework Version:
Severity: major Keywords:
Cc: Blocked By:
Blocking:

Description

Output window for text for things such as:

  • events (history of actions)
  • analysis, measurements
  • may extend with a tabular format

Change History

comment:1 Changed 2011-06-13T08:29:44-05:00 by gharris

  • Milestone changed from biweekly-2011: Jun-20 to Jul-01 to biweekly-2011: Jun-06 to Jun-17

Output Window for Text / Results

  • Replace functionality of ij.text.TextWindow
  • Handling Tabular data
  • History Window

For now there is a SwingOutputWindow that can be instantiated and append()'ed to.

This needs to be generalized with an interface imagej.ui.OutputWindow interface.

In lieu of a factory, could creation of appropriate (e.g. SwingOutputWindow) be done in a preprocessor?

comment:2 Changed 2011-06-13T08:36:41-05:00 by gharris

This can be subscribed to listen for OutputEvents.
An OutputEvent can be typed (LOG, INFO, RESULT, ERROR, DIAGNOSTIC) to, for instance, use different color/font for different outputs.

comment:3 Changed 2011-08-01T08:19:32-05:00 by gharris

  • Milestone changed from biweekly-2011: Jul-18 to Jul-29 to imagej-2.0-alpha5

This has been generalized with an interface imagej.ui.OutputWindow, but the creation/factory issue remains.

comment:4 Changed 2011-08-29T10:56:49-05:00 by curtis

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

Creation issue addressed in 2ab230a321e941824fecc87a1540b8dfa495462f and 8da8fa4e052c0a52b8bfa4bec5d653b48e5b4be8.