org.eclipse.swt.internal.mozilla
Class nsIProgressDialog_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
                      extended by org.eclipse.swt.internal.mozilla.nsIProgressDialog_1_8

public class nsIProgressDialog_1_8
extends nsIDownload_1_8


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_1_8
NS_IDOWNLOAD_IID, 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
nsIProgressDialog_1_8(long address)
           
 
Method Summary
 int GetCancelDownloadOnClose(int[] aCancelDownloadOnClose)
           
 int GetDialog(long[] aDialog)
           
 int GetObserver(long[] aObserver)
           
 int Open(long aParent)
           
 int SetCancelDownloadOnClose(int aCancelDownloadOnClose)
           
 int SetDialog(long aDialog)
           
 int SetObserver(long aObserver)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
GetAmountTransferred, GetCancelable, GetDisplayName, GetMIMEInfo, GetPercentComplete, GetSize, GetSource, GetStartTime, GetTarget, GetTargetFile
 
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_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_1_8

public nsIProgressDialog_1_8(long address)
Method Detail

Open

public int Open(long aParent)

GetCancelDownloadOnClose

public int GetCancelDownloadOnClose(int[] aCancelDownloadOnClose)

SetCancelDownloadOnClose

public int SetCancelDownloadOnClose(int aCancelDownloadOnClose)

GetObserver

public int GetObserver(long[] aObserver)

SetObserver

public int SetObserver(long aObserver)

GetDialog

public int GetDialog(long[] aDialog)

SetDialog

public int SetDialog(long aDialog)