Ticket #1380 (new enhancement)
Opened 2012-08-10T14:35:41-05:00
Last modified 2013-06-07T15:47:55-05:00
Allow combination of graphs and UI dialogs
Reported by: | aivar | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b10-compatibility |
Component: | UI Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1697 |
Description
A common UI pattern is to show a graph with some UI embellishment below.
For example a histogram-based tool should show the histogram with some controls underneath.
It would be nice to do this with the IJ2 widgets, either through annotation or programmatically.
(In #865) Added blocked by 1380. Rather than a decorated image I see the histogram more as a combination of a chart (which may be live) and some UI elements (which are non-modal).
(In SLIM Plugin the chart plus UI pattern is needed three times: histogram tool, decay graph, excitation graph. In all these cases the chart is at the top.)