org.eclipse.swt.internal.mozilla
Class nsIHelperAppLauncherDialog_1_9

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

public class nsIHelperAppLauncherDialog_1_9
extends nsISupports


Field Summary
static nsID NS_IHELPERAPPLAUNCHERDIALOG_IID
           
static java.lang.String NS_IHELPERAPPLAUNCHERDIALOG_IID_STR
           
static int REASON_CANTHANDLE
           
static int REASON_SERVERREQUEST
           
static int REASON_TYPESNIFFED
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIHelperAppLauncherDialog_1_9(long address)
           
 
Method Summary
 int PromptForSaveToFile(long aLauncher, long aWindowContext, char[] aDefaultFileName, char[] aSuggestedFileExtension, int aForcePrompt, long[] _retval)
           
 int Show(long aLauncher, long aWindowContext, int aReason)
           
 
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_IHELPERAPPLAUNCHERDIALOG_IID_STR

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

NS_IHELPERAPPLAUNCHERDIALOG_IID

public static final nsID NS_IHELPERAPPLAUNCHERDIALOG_IID

REASON_CANTHANDLE

public static final int REASON_CANTHANDLE
See Also:
Constant Field Values

REASON_SERVERREQUEST

public static final int REASON_SERVERREQUEST
See Also:
Constant Field Values

REASON_TYPESNIFFED

public static final int REASON_TYPESNIFFED
See Also:
Constant Field Values
Constructor Detail

nsIHelperAppLauncherDialog_1_9

public nsIHelperAppLauncherDialog_1_9(long address)
Method Detail

Show

public int Show(long aLauncher,
                long aWindowContext,
                int aReason)

PromptForSaveToFile

public int PromptForSaveToFile(long aLauncher,
                               long aWindowContext,
                               char[] aDefaultFileName,
                               char[] aSuggestedFileExtension,
                               int aForcePrompt,
                               long[] _retval)