nsIDOMWindowCollection

The nsIDOMWindowCollection interface is an interface for a
collection of DOM window objects.

Methods

item(index)

Method for accessing an item in this collection by index.

namedItem(name)

Method for accessing an item in this collection by window name.

Attributes

length

Accessor for the number of windows in this collection.