Interface for managing and accessing the applications systems. More...
import "fuelIApplication.idl";
Inheritance diagram for fuelIApplication:
Collaboration diagram for fuelIApplication:Public Member Functions | |
| NS_SCRIPTABLE NS_IMETHOD | GetBookmarks (fuelIBookmarkRoots **aBookmarks)=0 |
| The root bookmarks object for the application. | |
| NS_SCRIPTABLE NS_IMETHOD | GetWindows (nsIVariant **aWindows)=0 |
| An array of browser windows within the application. | |
| NS_SCRIPTABLE NS_IMETHOD | GetActiveWindow (fuelIWindow **aActiveWindow)=0 |
| The currently active browser window. | |
Public Attributes | |
| readonly attribute fuelIBookmarkRoots | bookmarks |
| The root bookmarks object for the application. | |
| readonly attribute nsIVariant | windows |
| An array of browser windows within the application. | |
| readonly attribute fuelIWindow | activeWindow |
| The currently active browser window. | |
Interface for managing and accessing the applications systems.
| NS_SCRIPTABLE NS_IMETHOD fuelIApplication::GetActiveWindow | ( | fuelIWindow ** | aActiveWindow | ) | [pure virtual] |
The currently active browser window.
| NS_SCRIPTABLE NS_IMETHOD fuelIApplication::GetBookmarks | ( | fuelIBookmarkRoots ** | aBookmarks | ) | [pure virtual] |
The root bookmarks object for the application.
Contains all the bookmark roots in the system.
| NS_SCRIPTABLE NS_IMETHOD fuelIApplication::GetWindows | ( | nsIVariant ** | aWindows | ) | [pure virtual] |
An array of browser windows within the application.
| readonly attribute fuelIWindow fuelIApplication::activeWindow |
The currently active browser window.
| readonly attribute fuelIBookmarkRoots fuelIApplication::bookmarks |
The root bookmarks object for the application.
Contains all the bookmark roots in the system.
| readonly attribute nsIVariant fuelIApplication::windows |
An array of browser windows within the application.
1.7.1