WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIXULBrowserWindow

IID:67a601df-f091-4894-a2e2-2e6cfebb35ea
Inherits From:nsISupports

The nsIXULBrowserWindow supplies the methods that may be called from the internals of the browser area to tell the containing xul window to update it's ui.


Methods

void setJSDefaultStatus ( AString status ) void setJSStatus ( AString status ) void setOverLink ( AString link , nsIDOMElement element )

void setJSDefaultStatus ( AString status )

Sets the default status according to JS' version of default status.

Arguments:
status

void setJSStatus ( AString status )

Sets the status according to JS' version of status.

Arguments:
status

void setOverLink ( AString link , nsIDOMElement element )

Tells the object implementing this function what link we are currently over.

Arguments:
link
element

References

This interface is the type of the following properties:

nsIXULWindow.XULBrowserWindow

Reference documentation is generated from Mozilla's source.