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.

@mozilla.org/fuel/application;1

This component implements the following interfaces:

Properties

readonly fuelIWindow fuelIApplication.activeWindow

The currently active browser window.

readonly fuelIBookmarkFolder fuelIApplication.bookmarks

The root bookmarks object for the application.

readonly fuelIConsole fuelIApplication.console

The console object for the application.

readonly fuelIEvents fuelIApplication.events

The events object for the application. supports: "load", "ready", "quit", "unload"

readonly fuelIExtensions fuelIApplication.extensions

The extensions object for the application. Contains a list of all installed extensions.

readonly AString fuelIApplication.id

The id of the application.

readonly AString fuelIApplication.name

The name of the application.

readonly fuelIPreferenceBranch fuelIApplication.prefs

The preferences object for the application. Defaults to an empty root branch.

readonly fuelISessionStorage fuelIApplication.storage

The storage object for the application.

readonly AString fuelIApplication.version

The version number of the application.

readonly nsIVariant fuelIApplication.windows

An array of browser windows within the application.

Methods

InterfaceMethod
nsIObserver void observe ( nsISupports subject , char* topic , PRUnichar* data )

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com