
Mozilla::DOM::WindowCollection

Mozilla::DOM::WindowCollection is a wrapper around an instance of Mozilla's nsIDOMWindowCollection interface. This class inherits from Supports.
* The nsIDOMWindowCollection interface is an interface for a * collection of DOM window objects.

Pass this to QueryInterface.

* Accessor for the number of windows in this collection.
- $i (integer (long))
* Method for accessing an item in this collection by index.
- $name (string)
* Method for accessing an item in this collection by window name.


Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.