
nsICategoryManager
This interface maintains the list of XPCOM's component categories.It is scriptable.
Gets the value for the given category's entry.
Syntax:
string nsICategoryManager::getCategoryEntry( in string aCategory, in string aEntry)Parameters:
Returns:
Syntax:
string nsICategoryManager::addCategoryEntry( in string aCategory, in string aEntry,in string aValue, in boolean aPersist, in boolean aReplace)Parameters:
Returns:
Deletes an entry from the category.
Syntax:
void nsICategoryManager::deleteCategoryEntry( in string aCategory, in string aEntry, in boolean aPersist)Parameters:
nsresult:
Deletes a category and all entries.
Syntax:
void nsICategoryManager::deleteCategory( in string aCategory)Parameters:
nsresult:
Gets a list of entries in a category.
Syntax:
nsISimpleEnumerator nsICategoryManager::enumerateCategory( in string aCategory)Parameters:
Returns:
Gets a list of categories that
enumerateCategorycan query.Syntax:
nsISimpleEnumerator nsICategoryManager::enumerateCategories()Parameters:
Returns:
| Written by:Ellen Evans | Comments, questions, complaints?
Bug 143387 |