canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,627
edits
(→Card Pane View: Added some bug links.) |
(Started adding thoughts about linking views and directories.) |
||
Line 1: | Line 1: | ||
== Thoughts about linking views to searches == | |||
At the moment we have two problems: | |||
* a view doesn't know a search is going on. | |||
* a search doesn't know which view the search results should be going to (asynchronus case). | |||
The relevant classes are nsIAbView and nsIAbDirectory. | |||
Currently the following process occurs: | |||
# The user selects an ab or enters some search parameters | |||
# An nsIAbView receives the details and passes the parameters to ??? | |||
== Card Pane View == | == Card Pane View == | ||