org.eclipse.swt.internal.mozilla
Class nsIDownload

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsIDownload
Direct Known Subclasses:
nsIProgressDialog

public class nsIDownload
extends nsISupports


Field Summary
static nsID NS_IDOWNLOAD_IID
           
static java.lang.String NS_IDOWNLOAD_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIDownload(long address)
           
 
Method Summary
 int GetDisplayName(long[] aDisplayName)
           
 int GetListener(long[] aListener)
           
 int GetMIMEInfo(long[] aMIMEInfo)
           
 int GetObserver(long[] aObserver)
           
 int GetPercentComplete(int[] aPercentComplete)
           
 int GetPersist(long[] aPersist)
           
 int GetSource(long[] aSource)
           
 int GetStartTime(long[] aStartTime)
           
 int GetTarget(long[] aTarget)
           
 int Init(long aSource, long aTarget, char[] aDisplayName, long aMIMEInfo, long startTime, long aPersist)
           
 int SetDisplayName(char[] aDisplayName)
           
 int SetListener(long aListener)
           
 int SetObserver(long aObserver)
           
 
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

public nsIDownload(long address)
Method Detail

Init

public int Init(long aSource,
                long aTarget,
                char[] aDisplayName,
                long aMIMEInfo,
                long startTime,
                long aPersist)

GetSource

public int GetSource(long[] aSource)

GetTarget

public int GetTarget(long[] aTarget)

GetPersist

public int GetPersist(long[] aPersist)

GetPercentComplete

public int GetPercentComplete(int[] aPercentComplete)

GetDisplayName

public int GetDisplayName(long[] aDisplayName)

SetDisplayName

public int SetDisplayName(char[] aDisplayName)

GetStartTime

public int GetStartTime(long[] aStartTime)

GetMIMEInfo

public int GetMIMEInfo(long[] aMIMEInfo)

GetListener

public int GetListener(long[] aListener)

SetListener

public int SetListener(long aListener)

GetObserver

public int GetObserver(long[] aObserver)

SetObserver

public int SetObserver(long aObserver)