org.eclipse.swt.internal.mozilla
Class nsIProgressDialog

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsIDownload
          extended by org.eclipse.swt.internal.mozilla.nsIProgressDialog

public class nsIProgressDialog
extends nsIDownload


Field Summary
static nsID NS_IPROGRESSDIALOG_IID
           
static java.lang.String NS_IPROGRESSDIALOG_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsIDownload
NS_IDOWNLOAD_IID, NS_IDOWNLOAD_IID_STR
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIProgressDialog(long address)
           
 
Method Summary
 int GetCancelDownloadOnClose(int[] aCancelDownloadOnClose)
           
 int GetDialog(long[] aDialog)
           
 int Open(long aParent)
           
 int SetCancelDownloadOnClose(int aCancelDownloadOnClose)
           
 int SetDialog(long aDialog)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsIDownload
GetDisplayName, GetListener, GetMIMEInfo, GetObserver, GetPercentComplete, GetPersist, GetSource, GetStartTime, GetTarget, Init, SetDisplayName, SetListener, SetObserver
 
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_IPROGRESSDIALOG_IID_STR

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

NS_IPROGRESSDIALOG_IID

public static final nsID NS_IPROGRESSDIALOG_IID
Constructor Detail

nsIProgressDialog

public nsIProgressDialog(long address)
Method Detail

Open

public int Open(long aParent)

GetCancelDownloadOnClose

public int GetCancelDownloadOnClose(int[] aCancelDownloadOnClose)

SetCancelDownloadOnClose

public int SetCancelDownloadOnClose(int aCancelDownloadOnClose)

GetDialog

public int GetDialog(long[] aDialog)

SetDialog

public int SetDialog(long aDialog)