You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.
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
enumerateCategory
can query.
Syntax:
nsISimpleEnumerator nsICategoryManager::enumerateCategories()
Parameters:
Returns:
Written by:Ellen Evans | Comments, questions, complaints?
Bug 143387 |