@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
| Interface | Method |
|---|---|
| nsIObserver |
void observe ( nsISupports subject , char* topic , PRUnichar* data )
|
Reference documentation is generated from Mozilla's source.
