import"fuelIApplication.idl";
Public Member Functions | |
void | load (in nsIURI aURI) |
void | focus () |
void | close () |
void | moveBefore (in fuelIBrowserTab aBefore) |
void | moveToEnd () |
Public Attributes | |
readonly attribute nsIURI | uri |
readonly attribute PRInt32 | index |
readonly attribute fuelIWindow | window |
readonly attribute nsIDOMHTMLDocument | document |
readonly attribute extIEvents | events |
Interface representing a browser tab.
Definition at line 300 of file fuelIApplication.idl.
void fuelIBrowserTab::close | ( | ) |
Close the browser tab. This may not actually close the tab as script may abort the close operation.
void fuelIBrowserTab::focus | ( | ) |
Give focus to this browser tab, and bring it to the front.
void fuelIBrowserTab::load | ( | in nsIURI | aURI | ) |
Load a new URI into this browser tab.
aURI | The uri to load into the browser tab |
void fuelIBrowserTab::moveBefore | ( | in fuelIBrowserTab | aBefore | ) |
Moves this browser tab before another browser tab within the window.
aBefore | The tab before which the target tab will be moved |
void fuelIBrowserTab::moveToEnd | ( | ) |
Move this browser tab to the last tab within the window.
readonly attribute nsIDOMHTMLDocument fuelIBrowserTab::document |
The content document of the browser tab.
Definition at line 320 of file fuelIApplication.idl.
readonly attribute extIEvents fuelIBrowserTab::events |
The events object for the browser tab. supports: "load"
Definition at line 326 of file fuelIApplication.idl.
readonly attribute PRInt32 fuelIBrowserTab::index |
The current index of this tab in the browser window.
Definition at line 310 of file fuelIApplication.idl.
readonly attribute nsIURI fuelIBrowserTab::uri |
The current uri of this tab.
Definition at line 305 of file fuelIApplication.idl.
readonly attribute fuelIWindow fuelIBrowserTab::window |
The browser window that is holding the tab.
Definition at line 315 of file fuelIApplication.idl.