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.
nsIDownloadManagerUI
| IID: | 67796ac0-effe-4cb0-91d4-229176956164 |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
Properties
readonly PRBool visible
Indicates if the UI is visible or not.
Methods
void getAttention ( )
void show ( nsIInterfaceRequestor windowContext , PRUint32 ID )
void show ( nsIInterfaceRequestor windowContext , PRUint32 ID )
Shows the Download Manager's UI to the user.
- Arguments:
- windowContext: The parent window context to show the UI.
- ID: The id of the download to be preselected upon opening.
Reference documentation is generated from Mozilla's source.
