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: |
|
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
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.
Output Window for Text / Results
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?