org.eclipse.swt.internal.mozilla
Class nsIDownload_1_8

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsIWebProgressListener
          extended by org.eclipse.swt.internal.mozilla.nsIWebProgressListener2
              extended by org.eclipse.swt.internal.mozilla.nsITransfer
                  extended by org.eclipse.swt.internal.mozilla.nsIDownload_1_8
Direct Known Subclasses:
nsIProgressDialog_1_8

public class nsIDownload_1_8
extends nsITransfer


Field Summary
static nsID NS_IDOWNLOAD_IID
           
static java.lang.String NS_IDOWNLOAD_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsITransfer
NS_ITRANSFER_IID, NS_ITRANSFER_IID_STR
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsIWebProgressListener2
NS_IWEBPROGRESSLISTENER2_IID, NS_IWEBPROGRESSLISTENER2_IID_STR
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
NS_IWEBPROGRESSLISTENER_IID, NS_IWEBPROGRESSLISTENER_IID_STR, STATE_IS_BROKEN, STATE_IS_DOCUMENT, STATE_IS_INSECURE, STATE_IS_NETWORK, STATE_IS_REQUEST, STATE_IS_SECURE, STATE_IS_WINDOW, STATE_NEGOTIATING, STATE_REDIRECTING, STATE_SECURE_HIGH, STATE_SECURE_LOW, STATE_SECURE_MED, STATE_START, STATE_STOP, STATE_TRANSFERRING
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIDownload_1_8(long address)
           
 
Method Summary
 int GetAmountTransferred(long aAmountTransferred)
           
 int GetCancelable(long[] aCancelable)
           
 int GetDisplayName(long[] aDisplayName)
           
 int GetMIMEInfo(long[] aMIMEInfo)
           
 int GetPercentComplete(int[] aPercentComplete)
           
 int GetSize(long aSize)
           
 int GetSource(long[] aSource)
           
 int GetStartTime(long[] aStartTime)
           
 int GetTarget(long[] aTarget)
           
 int GetTargetFile(long[] aTargetFile)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsITransfer
Init
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsIWebProgressListener2
OnProgressChange64
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
OnLocationChange, OnProgressChange, OnSecurityChange, OnStateChange, OnStatusChange
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsISupports
AddRef, getAddress, QueryInterface, Release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_IDOWNLOAD_IID_STR

public static final java.lang.String NS_IDOWNLOAD_IID_STR
See Also:
Constant Field Values

NS_IDOWNLOAD_IID

public static final nsID NS_IDOWNLOAD_IID
Constructor Detail

nsIDownload_1_8

public nsIDownload_1_8(long address)
Method Detail

GetTargetFile

public int GetTargetFile(long[] aTargetFile)

GetPercentComplete

public int GetPercentComplete(int[] aPercentComplete)

GetAmountTransferred

public int GetAmountTransferred(long aAmountTransferred)

GetSize

public int GetSize(long aSize)

GetSource

public int GetSource(long[] aSource)

GetTarget

public int GetTarget(long[] aTarget)

GetCancelable

public int GetCancelable(long[] aCancelable)

GetDisplayName

public int GetDisplayName(long[] aDisplayName)

GetStartTime

public int GetStartTime(long[] aStartTime)

GetMIMEInfo

public int GetMIMEInfo(long[] aMIMEInfo)