org.eclipse.swt.internal.mozilla
Class nsIHelperAppLauncher

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

public class nsIHelperAppLauncher
extends nsISupports


Field Summary
static nsID NS_IHELPERAPPLAUNCHER_IID
           
static java.lang.String NS_IHELPERAPPLAUNCHER_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIHelperAppLauncher(long address)
           
 
Method Summary
 int Cancel()
           
 int CloseProgressWindow()
           
 int GetDownloadInfo(long[] aSourceUrl, long[] aTimeDownloadStarted, long[] _retval)
           
 int GetMIMEInfo(long[] aMIMEInfo)
           
 int GetSource(long[] aSource)
           
 int GetSuggestedFileName(long[] aSuggestedFileName)
           
 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.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

public nsIHelperAppLauncher(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)

Cancel

public int Cancel()

SetWebProgressListener

public int SetWebProgressListener(long aWebProgressListener)

CloseProgressWindow

public int CloseProgressWindow()

GetDownloadInfo

public int GetDownloadInfo(long[] aSourceUrl,
                           long[] aTimeDownloadStarted,
                           long[] _retval)