WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
@mozilla.org/microsummary/service;1
This component implements the following interfaces:
Methods
| Interface | Method |
|---|---|
| nsIMicrosummaryService |
void addGenerator ( nsIURI generatorURI )
|
| nsIMicrosummaryService |
nsIMicrosummary createMicrosummary ( nsIURI pageURI , nsIURI generatorURI )
|
| nsIMicrosummaryService |
nsISimpleEnumerator getBookmarks ( )
|
| nsIMicrosummaryService |
nsIMicrosummaryGenerator getGenerator ( nsIURI generatorURI )
|
| nsIMicrosummaryService |
nsIMicrosummarySet getMicrosummaries ( nsIURI pageURI , PRInt64 bookmarkID )
|
| nsIMicrosummaryService |
nsIMicrosummary getMicrosummary ( PRInt64 bookmarkID )
|
| nsISupportsWeakReference |
nsIWeakReference GetWeakReference ( )
|
| nsIMicrosummaryService |
PRBool hasMicrosummary ( PRInt64 bookmarkID )
|
| nsIMicrosummaryService |
nsIMicrosummaryGenerator installGenerator ( nsIDOMDocument xmlDefinition )
|
| nsIMicrosummaryService |
PRBool isMicrosummary ( PRInt64 bookmarkID , nsIMicrosummary microsummary )
|
| nsIObserver |
void observe ( nsISupports subject , char* topic , PRUnichar* data )
|
| nsIMicrosummaryService |
nsIMicrosummary refreshMicrosummary ( PRInt64 bookmarkID )
|
| nsIMicrosummaryService |
void removeMicrosummary ( PRInt64 bookmarkID )
|
| nsIMicrosummaryService |
void setMicrosummary ( PRInt64 bookmarkID , nsIMicrosummary microsummary )
|
Reference documentation is generated from Mozilla's source.
