public class nsIHelperAppLauncher extends nsISupports
| Modifier and Type | Field and Description |
|---|---|
static nsID |
NS_IHELPERAPPLAUNCHER_IID |
static java.lang.String |
NS_IHELPERAPPLAUNCHER_IID_STR |
IsXULRunner10, IsXULRunner17, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description |
|---|
nsIHelperAppLauncher(long address) |
| Modifier and Type | Method and Description |
|---|---|
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) |
AddRef, getAddress, QueryInterface, Releasepublic static final java.lang.String NS_IHELPERAPPLAUNCHER_IID_STR
public static final nsID NS_IHELPERAPPLAUNCHER_IID
public int GetMIMEInfo(long[] aMIMEInfo)
public int GetSource(long[] aSource)
public int GetSuggestedFileName(long[] aSuggestedFileName)
public int SaveToDisk(long aNewFileLocation,
int aRememberThisPreference)
public int LaunchWithApplication(long aApplication,
int aRememberThisPreference)
public int Cancel()
public int SetWebProgressListener(long aWebProgressListener)
public int CloseProgressWindow()
public int GetDownloadInfo(long[] aSourceUrl,
long[] aTimeDownloadStarted,
long[] _retval)