NsIWindowMediator: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
(moved to devmo)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{extdev}}
See [http://developer.mozilla.org/en/docs/nsIWindowMediator nsIWindowMediator] at the Mozilla Developer Center.
{{wrongtitle|title=nsIWindowMediator}}


Window mediator is Mozilla component that keeps track of open windows. It's accessed through <code>nsIWindowMediator</code> interface. Two most common uses of nsIWindowMediator are
[[Category:Redirects]]
# Getting the most recent / any window of given type.
# Enumerating all windows of given type.
Examples below.
 
== Getting most recent window ==
 
== Enumerating windows ==
 
 
 
== References ==
* [http://xulplanet.com/references/xpcomref/ifaces/nsIWindowMediator.html nsIWindowMediator reference page on XUL Planet]

Latest revision as of 21:00, 19 September 2006

See nsIWindowMediator at the Mozilla Developer Center.