Category:XPCOM example code: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (update link)
(update nsIPromptService link)
Line 10: Line 10:
* [http://developer.mozilla.org/en/docs/nsIFilePicker nsIFilePicker] is used to invoke standard Open File / Save File / Select folder dialogs.
* [http://developer.mozilla.org/en/docs/nsIFilePicker nsIFilePicker] is used to invoke standard Open File / Save File / Select folder dialogs.
* [http://developer.mozilla.org/en/docs/nsIWindowMediator nsIWindowMediator] - used to retrieve information about open windows
* [http://developer.mozilla.org/en/docs/nsIWindowMediator nsIWindowMediator] - used to retrieve information about open windows
* [[Prompt service]] - <code>nsIPromptService</code> is used to open simple dialogs.
* [http://developer.mozilla.org/en/docs/nsIPromptService Prompt service] - <code>nsIPromptService</code> is used to open simple dialogs.


Below is the alphabetic listing of articles in this category, generated automatically.
Below is the alphabetic listing of articles in this category, generated automatically.

Revision as of 21:20, 31 October 2006

Up to Example code

Articles explaining how to use certain XPCOM components.

  • File IO covers nsIFile, nsILocalFile and related interfaces, including a few examples on nsIFileOutputStream, nsIFileInputStream, nsIScriptableInputStream, nsILineInputStream and more.
  • Progress listeners explains how one should go about implementing nsIWebProgressListener interface.
  • Running applications includes examples on nsILocalFile.launch() and nsIProcess.
  • Using observers explains using nsIObserverService and nsIObserver.
  • Dev : Using preferences covers nsIPrefService, nsIPrefBranch and nsIPrefBranchInternal/nsIPrefBranch2 and nsIPrefLocalizedString.
  • nsIFilePicker is used to invoke standard Open File / Save File / Select folder dialogs.
  • nsIWindowMediator - used to retrieve information about open windows
  • Prompt service - nsIPromptService is used to open simple dialogs.

Below is the alphabetic listing of articles in this category, generated automatically.

This category currently contains no pages or media.