Interface representing a browser window.
[scriptable, uuid(207edb28-eb5e-424e-a862-b0e97c8de866)]
interface fuelIWindow : nsISupports
Attributes
The currently-active tab within the browser window.
readonly attribute
fuelIBrowserTab
activeTab
The events object for the browser window. supports: "TabOpen", "TabClose", "TabMove", "TabSelect"
readonly attribute
extIEvents
events
A collection of browser tabs within the browser window.
readonly attribute
nsIVariant
tabs
Methods
Open a new browser tab, pointing to the specified URI.
@param aURI
The uri to open the browser tab to
fuelIBrowserTab
open(in nsIURI aURI)
Compare to: