1 28 package org.eclipse.swt.internal.mozilla; 29 30 public class nsIProgressDialog_1_8 extends nsIDownload_1_8 { 31 32 static final int LAST_METHOD_ID = nsIDownload_1_8.LAST_METHOD_ID + 7; 33 34 public static final String NS_IPROGRESSDIALOG_IID_STR = 35 "20e790a2-76c6-462d-851a-22ab6cbbe48b"; 36 37 public static final nsID NS_IPROGRESSDIALOG_IID = 38 new nsID(NS_IPROGRESSDIALOG_IID_STR); 39 40 public nsIProgressDialog_1_8(int address) { 41 super(address); 42 } 43 44 public int Open(int aParent) { 45 return XPCOM.VtblCall(nsIDownload_1_8.LAST_METHOD_ID + 1, getAddress(), aParent); 46 } 47 48 public int GetCancelDownloadOnClose(boolean[] aCancelDownloadOnClose) { 49 return XPCOM.VtblCall(nsIDownload_1_8.LAST_METHOD_ID + 2, getAddress(), aCancelDownloadOnClose); 50 } 51 52 public int SetCancelDownloadOnClose(boolean aCancelDownloadOnClose) { 53 return XPCOM.VtblCall(nsIDownload_1_8.LAST_METHOD_ID + 3, getAddress(), aCancelDownloadOnClose); 54 } 55 56 public int GetObserver(int [] aObserver) { 57 return XPCOM.VtblCall(nsIDownload_1_8.LAST_METHOD_ID + 4, getAddress(), aObserver); 58 } 59 60 public int SetObserver(int aObserver) { 61 return XPCOM.VtblCall(nsIDownload_1_8.LAST_METHOD_ID + 5, getAddress(), aObserver); 62 } 63 64 public int GetDialog(int [] aDialog) { 65 return XPCOM.VtblCall(nsIDownload_1_8.LAST_METHOD_ID + 6, getAddress(), aDialog); 66 } 67 68 public int SetDialog(int aDialog) { 69 return XPCOM.VtblCall(nsIDownload_1_8.LAST_METHOD_ID + 7, getAddress(), aDialog); 70 } 71 } | Popular Tags |