public class nsIHelperAppLauncher_1_9 extends nsICancelable
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 |
NS_ICANCELABLE_IID, NS_ICANCELABLE_IID_STR
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
Constructor and Description |
---|
nsIHelperAppLauncher_1_9(int address) |
Modifier and Type | Method and Description |
---|---|
int |
CloseProgressWindow() |
int |
GetMIMEInfo(int[] aMIMEInfo) |
int |
GetSource(int[] aSource) |
int |
GetSuggestedFileName(int aSuggestedFileName) |
int |
GetTargetFile(int[] aTargetFile) |
int |
GetTargetFileIsExecutable(int[] aTargetFileIsExecutable) |
int |
GetTimeDownloadStarted(int aTimeDownloadStarted) |
int |
LaunchWithApplication(int aApplication,
int aRememberThisPreference) |
int |
SaveToDisk(int aNewFileLocation,
int aRememberThisPreference) |
int |
SetWebProgressListener(int aWebProgressListener) |
Cancel
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 SetWebProgressListener(int aWebProgressListener)
public int CloseProgressWindow()
public int GetTargetFile(int[] aTargetFile)
public int GetTargetFileIsExecutable(int[] aTargetFileIsExecutable)
public int GetTimeDownloadStarted(int aTimeDownloadStarted)