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