com.teamdev.xpcom
Class HelperAppLauncherDialog

java.lang.Object
  extended by com.teamdev.xpcom.HelperAppLauncherDialog
All Implemented Interfaces:
org.mozilla.interfaces.nsIHelperAppLauncherDialog, org.mozilla.interfaces.nsISupports

public class HelperAppLauncherDialog
extends java.lang.Object
implements org.mozilla.interfaces.nsIHelperAppLauncherDialog


Field Summary
 
Fields inherited from interface org.mozilla.interfaces.nsIHelperAppLauncherDialog
NS_IHELPERAPPLAUNCHERDIALOG_IID, REASON_CANTHANDLE, REASON_SERVERREQUEST, REASON_TYPESNIFFED
 
Fields inherited from interface org.mozilla.interfaces.nsISupports
NS_ISUPPORTS_IID
 
Constructor Summary
HelperAppLauncherDialog()
           
 
Method Summary
 org.mozilla.interfaces.nsILocalFile promptForSaveToFile(org.mozilla.interfaces.nsIHelperAppLauncher launcher, org.mozilla.interfaces.nsISupports windowContext, java.lang.String defaultFileName, java.lang.String suggestedFileExtension, boolean forcePrompt)
           
 org.mozilla.interfaces.nsISupports queryInterface(java.lang.String uuid)
           
 void show(org.mozilla.interfaces.nsIHelperAppLauncher launcher, org.mozilla.interfaces.nsISupports windowContext, long reason)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelperAppLauncherDialog

public HelperAppLauncherDialog()
Method Detail

promptForSaveToFile

public org.mozilla.interfaces.nsILocalFile promptForSaveToFile(org.mozilla.interfaces.nsIHelperAppLauncher launcher,
                                                               org.mozilla.interfaces.nsISupports windowContext,
                                                               java.lang.String defaultFileName,
                                                               java.lang.String suggestedFileExtension,
                                                               boolean forcePrompt)
Specified by:
promptForSaveToFile in interface org.mozilla.interfaces.nsIHelperAppLauncherDialog

show

public void show(org.mozilla.interfaces.nsIHelperAppLauncher launcher,
                 org.mozilla.interfaces.nsISupports windowContext,
                 long reason)
Specified by:
show in interface org.mozilla.interfaces.nsIHelperAppLauncherDialog

queryInterface

public org.mozilla.interfaces.nsISupports queryInterface(java.lang.String uuid)
Specified by:
queryInterface in interface org.mozilla.interfaces.nsISupports