class Download
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Button |
cancel |
(package private) XPCOMObject |
download |
(package private) nsIHelperAppLauncher |
helperAppLauncher |
(package private) XPCOMObject |
progressDialog |
(package private) int |
refCount |
(package private) Shell |
shell |
(package private) Label |
status |
(package private) XPCOMObject |
supports |
(package private) XPCOMObject |
webProgressListener |
Constructor and Description |
---|
Download() |
Modifier and Type | Method and Description |
---|---|
(package private) int |
AddRef() |
(package private) void |
createCOMInterfaces() |
(package private) void |
disposeCOMInterfaces() |
(package private) int |
getAddress() |
(package private) int |
GetCancelDownloadOnClose(int aCancelDownloadOnClose) |
(package private) int |
GetDialog(int aDialog) |
(package private) int |
GetDisplayName(int aDisplayName) |
(package private) int |
GetListener(int aListener) |
(package private) int |
GetMIMEInfo(int aMIMEInfo) |
(package private) int |
GetObserver(int aObserver) |
(package private) int |
GetPercentComplete(int aPercentComplete) |
(package private) int |
GetPersist(int aPersist) |
(package private) int |
GetSource(int aSource) |
(package private) int |
GetStartTime(int aStartTime) |
(package private) int |
GetTarget(int aTarget) |
(package private) int |
Init(int aSource,
int aTarget,
int aDisplayName,
int aMIMEInfo,
int startTime1,
int startTime2,
int aPersist) |
(package private) int |
OnLocationChange(int aWebProgress,
int aRequest,
int aLocation) |
(package private) int |
OnProgressChange(int aWebProgress,
int aRequest,
int aCurSelfProgress,
int aMaxSelfProgress,
int aCurTotalProgress,
int aMaxTotalProgress) |
(package private) int |
OnSecurityChange(int aWebProgress,
int aRequest,
int state) |
(package private) int |
OnStateChange(int aWebProgress,
int aRequest,
int aStateFlags,
int aStatus) |
(package private) int |
OnStatusChange(int aWebProgress,
int aRequest,
int aStatus,
int aMessage) |
(package private) int |
Open(int aParent) |
(package private) int |
QueryInterface(int riid,
int ppvObject) |
(package private) int |
Release() |
(package private) int |
SetCancelDownloadOnClose(int aCancelDownloadOnClose) |
(package private) int |
SetDialog(int aDialog) |
(package private) int |
SetDisplayName(int aDisplayName) |
(package private) int |
SetListener(int aListener) |
(package private) int |
SetObserver(int aObserver) |
XPCOMObject supports
XPCOMObject download
XPCOMObject progressDialog
XPCOMObject webProgressListener
nsIHelperAppLauncher helperAppLauncher
int refCount
Shell shell
Label status
Button cancel
int AddRef()
void createCOMInterfaces()
void disposeCOMInterfaces()
int getAddress()
int QueryInterface(int riid, int ppvObject)
int Release()
int Init(int aSource, int aTarget, int aDisplayName, int aMIMEInfo, int startTime1, int startTime2, int aPersist)
int GetSource(int aSource)
int GetTarget(int aTarget)
int GetPersist(int aPersist)
int GetPercentComplete(int aPercentComplete)
int GetDisplayName(int aDisplayName)
int SetDisplayName(int aDisplayName)
int GetStartTime(int aStartTime)
int GetMIMEInfo(int aMIMEInfo)
int GetListener(int aListener)
int SetListener(int aListener)
int GetObserver(int aObserver)
int SetObserver(int aObserver)
int Open(int aParent)
int GetCancelDownloadOnClose(int aCancelDownloadOnClose)
int SetCancelDownloadOnClose(int aCancelDownloadOnClose)
int GetDialog(int aDialog)
int SetDialog(int aDialog)
int OnStateChange(int aWebProgress, int aRequest, int aStateFlags, int aStatus)
int OnProgressChange(int aWebProgress, int aRequest, int aCurSelfProgress, int aMaxSelfProgress, int aCurTotalProgress, int aMaxTotalProgress)
int OnLocationChange(int aWebProgress, int aRequest, int aLocation)
int OnStatusChange(int aWebProgress, int aRequest, int aStatus, int aMessage)
int OnSecurityChange(int aWebProgress, int aRequest, int state)