import"fuelIApplication.idl";
Public Attributes | |
readonly attribute fuelIBookmarkRoots | bookmarks |
readonly attribute nsIVariant | windows |
readonly attribute fuelIWindow | activeWindow |
Public Attributes inherited from extIApplication | |
readonly attribute AString | id |
readonly attribute AString | name |
readonly attribute AString | version |
readonly attribute extIConsole | console |
readonly attribute extIExtensions | extensions |
readonly attribute extIPreferenceBranch | prefs |
readonly attribute extISessionStorage | storage |
readonly attribute extIEvents | events |
Additional Inherited Members | |
Public Member Functions inherited from extIApplication | |
boolean | quit () |
boolean | restart () |
Interface for managing and accessing the applications systems
Definition at line 363 of file fuelIApplication.idl.
readonly attribute fuelIWindow fuelIApplication::activeWindow |
The currently active browser window.
Definition at line 379 of file fuelIApplication.idl.
readonly attribute fuelIBookmarkRoots fuelIApplication::bookmarks |
The root bookmarks object for the application. Contains all the bookmark roots in the system.
Definition at line 369 of file fuelIApplication.idl.
readonly attribute nsIVariant fuelIApplication::windows |
An array of browser windows within the application.
Definition at line 374 of file fuelIApplication.idl.