org.eclipse.swt.internal.mozilla
Class nsIHelperAppLauncher_1_8

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsICancelable
          extended by org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_8

public class nsIHelperAppLauncher_1_8
extends nsICancelable


Field Summary
static nsID NS_IHELPERAPPLAUNCHER_IID
           
static java.lang.String NS_IHELPERAPPLAUNCHER_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsICancelable
NS_ICANCELABLE_IID, NS_ICANCELABLE_IID_STR
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIHelperAppLauncher_1_8(long address)
           
 
Method Summary
 int CloseProgressWindow()
           
 int GetMIMEInfo(long[] aMIMEInfo)
           
 int GetSource(long[] aSource)
           
 int GetSuggestedFileName(long aSuggestedFileName)
           
 int GetTargetFile(long[] aTargetFile)
           
 int GetTimeDownloadStarted(long aTimeDownloadStarted)
           
 int LaunchWithApplication(long aApplication, int aRememberThisPreference)
           
 int SaveToDisk(long aNewFileLocation, int aRememberThisPreference)
           
 int SetWebProgressListener(long aWebProgressListener)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsICancelable
Cancel
 
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_IHELPERAPPLAUNCHER_IID_STR

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

NS_IHELPERAPPLAUNCHER_IID

public static final nsID NS_IHELPERAPPLAUNCHER_IID
Constructor Detail

nsIHelperAppLauncher_1_8

public nsIHelperAppLauncher_1_8(long address)
Method Detail

GetMIMEInfo

public int GetMIMEInfo(long[] aMIMEInfo)

GetSource

public int GetSource(long[] aSource)

GetSuggestedFileName

public int GetSuggestedFileName(long aSuggestedFileName)

SaveToDisk

public int SaveToDisk(long aNewFileLocation,
                      int aRememberThisPreference)

LaunchWithApplication

public int LaunchWithApplication(long aApplication,
                                 int aRememberThisPreference)

SetWebProgressListener

public int SetWebProgressListener(long aWebProgressListener)

CloseProgressWindow

public int CloseProgressWindow()

GetTargetFile

public int GetTargetFile(long[] aTargetFile)

GetTimeDownloadStarted

public int GetTimeDownloadStarted(long aTimeDownloadStarted)