org.eclipse.swt.internal.mozilla
Class nsIHelperAppLauncherDialog

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

public class nsIHelperAppLauncherDialog
extends nsISupports


Field Summary
static nsID NS_IHELPERAPPLAUNCHERDIALOG_IID
           
static java.lang.String NS_IHELPERAPPLAUNCHERDIALOG_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIHelperAppLauncherDialog(long address)
           
 
Method Summary
 int PromptForSaveToFile(long aWindowContext, char[] aDefaultFile, char[] aSuggestedFileExtension, long[] _retval)
           
 int Show(long aLauncher, long aContext)
           
 int ShowProgressDialog(long aLauncher, long aContext)
           
 
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
Constructor Detail

nsIHelperAppLauncherDialog

public nsIHelperAppLauncherDialog(long address)
Method Detail

Show

public int Show(long aLauncher,
                long aContext)

PromptForSaveToFile

public int PromptForSaveToFile(long aWindowContext,
                               char[] aDefaultFile,
                               char[] aSuggestedFileExtension,
                               long[] _retval)

ShowProgressDialog

public int ShowProgressDialog(long aLauncher,
                              long aContext)