import"fuelIApplication.idl";
Public Member Functions | |
| fuelIBrowserTab | open (in nsIURI aURI) |
Public Attributes | |
| readonly attribute nsIVariant | tabs |
| readonly attribute fuelIBrowserTab | activeTab |
| readonly attribute extIEvents | events |
Interface representing a browser window.
Definition at line 270 of file fuelIApplication.idl.
| fuelIBrowserTab fuelIWindow::open | ( | in nsIURI | aURI | ) |
Open a new browser tab, pointing to the specified URI.
| aURI | The uri to open the browser tab to |
| readonly attribute fuelIBrowserTab fuelIWindow::activeTab |
The currently-active tab within the browser window.
Definition at line 280 of file fuelIApplication.idl.
| readonly attribute extIEvents fuelIWindow::events |
The events object for the browser window. supports: "TabOpen", "TabClose", "TabMove", "TabSelect"
Definition at line 293 of file fuelIApplication.idl.
| readonly attribute nsIVariant fuelIWindow::tabs |
A collection of browser tabs within the browser window.
Definition at line 275 of file fuelIApplication.idl.