fuelIWindow Interface Reference

import"fuelIApplication.idl";

Inheritance diagram for fuelIWindow:
[legend]
Collaboration diagram for fuelIWindow:
[legend]

Public Member Functions

fuelIBrowserTab open (in nsIURI aURI)
 

Public Attributes

readonly attribute nsIVariant tabs
 
readonly attribute fuelIBrowserTab activeTab
 
readonly attribute extIEvents events
 

Detailed Description

Interface representing a browser window.

Definition at line 270 of file fuelIApplication.idl.

Member Function Documentation

fuelIBrowserTab fuelIWindow::open ( in nsIURI  aURI)

Open a new browser tab, pointing to the specified URI.

Parameters
aURIThe uri to open the browser tab to

Member Data Documentation

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.


The documentation for this interface was generated from the following file: