Interface representing a container for bookmark roots. More...
import "fuelIApplication.idl";
Collaboration diagram for fuelIBookmarkRoots:Public Member Functions | |
| NS_SCRIPTABLE NS_IMETHOD | GetMenu (fuelIBookmarkFolder **aMenu)=0 |
| The folder for the 'bookmarks menu' root. | |
| NS_SCRIPTABLE NS_IMETHOD | GetToolbar (fuelIBookmarkFolder **aToolbar)=0 |
| The folder for the 'personal toolbar' root. | |
| NS_SCRIPTABLE NS_IMETHOD | GetTags (fuelIBookmarkFolder **aTags)=0 |
| The folder for the 'tags' root. | |
| NS_SCRIPTABLE NS_IMETHOD | GetUnfiled (fuelIBookmarkFolder **aUnfiled)=0 |
| The folder for the 'unfiled bookmarks' root. | |
Public Attributes | |
| readonly attribute fuelIBookmarkFolder | menu |
| The folder for the 'bookmarks menu' root. | |
| readonly attribute fuelIBookmarkFolder | toolbar |
| The folder for the 'personal toolbar' root. | |
| readonly attribute fuelIBookmarkFolder | tags |
| The folder for the 'tags' root. | |
| readonly attribute fuelIBookmarkFolder | unfiled |
| The folder for the 'unfiled bookmarks' root. | |
Interface representing a container for bookmark roots.
Roots are the top level parents for the various types of bookmarks in the system.
| NS_SCRIPTABLE NS_IMETHOD fuelIBookmarkRoots::GetMenu | ( | fuelIBookmarkFolder ** | aMenu | ) | [pure virtual] |
The folder for the 'bookmarks menu' root.
| NS_SCRIPTABLE NS_IMETHOD fuelIBookmarkRoots::GetTags | ( | fuelIBookmarkFolder ** | aTags | ) | [pure virtual] |
The folder for the 'tags' root.
| NS_SCRIPTABLE NS_IMETHOD fuelIBookmarkRoots::GetToolbar | ( | fuelIBookmarkFolder ** | aToolbar | ) | [pure virtual] |
The folder for the 'personal toolbar' root.
| NS_SCRIPTABLE NS_IMETHOD fuelIBookmarkRoots::GetUnfiled | ( | fuelIBookmarkFolder ** | aUnfiled | ) | [pure virtual] |
The folder for the 'unfiled bookmarks' root.
| readonly attribute fuelIBookmarkFolder fuelIBookmarkRoots::menu |
The folder for the 'bookmarks menu' root.
| readonly attribute fuelIBookmarkFolder fuelIBookmarkRoots::tags |
The folder for the 'tags' root.
| readonly attribute fuelIBookmarkFolder fuelIBookmarkRoots::toolbar |
The folder for the 'personal toolbar' root.
| readonly attribute fuelIBookmarkFolder fuelIBookmarkRoots::unfiled |
The folder for the 'unfiled bookmarks' root.
1.7.1