Ticket #1587 (closed defect: fixed)
Opened 2012-12-04T11:28:35-06:00
Last modified 2012-12-04T11:29:33-06:00
DisplayService should maintain a set of active displays
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1579 |
Description
DisplayService should maintain a MRU list of displays. One can then query the list for the active display (the first in the list). But one could also query for the mru display of a given type (such as a TableDisplay or an ImageDisplay). This eliminates the need for a new special case active display tracker for each new type of display.