class Download_1_8
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Button |
cancel |
(package private) nsICancelable |
cancelable |
(package private) XPCOMObject |
download |
(package private) static boolean |
is32 |
(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_1_8() |
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 |
GetAmountTransferred(int arg0) |
(package private) int |
GetCancelable(int arg0) |
(package private) int |
GetCancelDownloadOnClose(int aCancelDownloadOnClose) |
(package private) int |
GetDialog(int aDialog) |
(package private) int |
GetDisplayName(int aDisplayName) |
(package private) int |
GetMIMEInfo(int aMIMEInfo) |
(package private) int |
GetObserver(int aObserver) |
(package private) int |
GetPercentComplete(int aPercentComplete) |
(package private) int |
GetSize(int arg0) |
(package private) int |
GetSource(int aSource) |
(package private) int |
GetStartTime(int aStartTime) |
(package private) int |
GetTarget(int aTarget) |
(package private) int |
GetTargetFile(int arg0) |
(package private) int |
Init_32(int aSource,
int aTarget,
int aDisplayName,
int aMIMEInfo,
int startTime1,
int startTime2,
int aTempFile,
int aCancelable) |
(package private) int |
Init(int aSource,
int aTarget,
int aDisplayName,
int aMIMEInfo,
long startTime,
int aTempFile,
int aCancelable) |
(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 |
OnProgressChange64_32(int aWebProgress,
int aRequest,
int aCurSelfProgress1,
int aCurSelfProgress2,
int aMaxSelfProgress1,
int aMaxSelfProgress2,
int aCurTotalProgress1,
int aCurTotalProgress2,
int aMaxTotalProgress1,
int aMaxTotalProgress2) |
(package private) int |
OnProgressChange64(int aWebProgress,
int aRequest,
long aCurSelfProgress,
long aMaxSelfProgress,
long aCurTotalProgress,
long 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 |
SetObserver(int aObserver) |
XPCOMObject supports
XPCOMObject download
XPCOMObject progressDialog
XPCOMObject webProgressListener
nsICancelable cancelable
int refCount
Shell shell
Label status
Button cancel
static final boolean is32
int AddRef()
void createCOMInterfaces()
void disposeCOMInterfaces()
int getAddress()
int QueryInterface(int riid, int ppvObject)
int Release()
int Init_32(int aSource, int aTarget, int aDisplayName, int aMIMEInfo, int startTime1, int startTime2, int aTempFile, int aCancelable)
int Init(int aSource, int aTarget, int aDisplayName, int aMIMEInfo, long startTime, int aTempFile, int aCancelable)
int GetAmountTransferred(int arg0)
int GetCancelable(int arg0)
int GetDisplayName(int aDisplayName)
int GetMIMEInfo(int aMIMEInfo)
int GetPercentComplete(int aPercentComplete)
int GetSize(int arg0)
int GetSource(int aSource)
int GetStartTime(int aStartTime)
int GetTarget(int aTarget)
int GetTargetFile(int arg0)
int GetCancelDownloadOnClose(int aCancelDownloadOnClose)
int GetDialog(int aDialog)
int GetObserver(int aObserver)
int Open(int aParent)
int SetCancelDownloadOnClose(int aCancelDownloadOnClose)
int SetDialog(int aDialog)
int SetObserver(int aObserver)
int OnLocationChange(int aWebProgress, int aRequest, int aLocation)
int OnProgressChange(int aWebProgress, int aRequest, int aCurSelfProgress, int aMaxSelfProgress, int aCurTotalProgress, int aMaxTotalProgress)
int OnProgressChange64_32(int aWebProgress, int aRequest, int aCurSelfProgress1, int aCurSelfProgress2, int aMaxSelfProgress1, int aMaxSelfProgress2, int aCurTotalProgress1, int aCurTotalProgress2, int aMaxTotalProgress1, int aMaxTotalProgress2)
int OnProgressChange64(int aWebProgress, int aRequest, long aCurSelfProgress, long aMaxSelfProgress, long aCurTotalProgress, long aMaxTotalProgress)
int OnSecurityChange(int aWebProgress, int aRequest, int state)
int OnStateChange(int aWebProgress, int aRequest, int aStateFlags, int aStatus)
int OnStatusChange(int aWebProgress, int aRequest, int aStatus, int aMessage)