org.eclipse.swt.internal.mozilla
Class nsIPromptService2

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

public class nsIPromptService2
extends nsIPromptService


Field Summary
static nsID NS_IPROMPTSERVICE2_IID
           
static java.lang.String NS_IPROMPTSERVICE2_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsIPromptService
BUTTON_DELAY_ENABLE, BUTTON_POS_0, BUTTON_POS_0_DEFAULT, BUTTON_POS_1, BUTTON_POS_1_DEFAULT, BUTTON_POS_2, BUTTON_POS_2_DEFAULT, BUTTON_TITLE_CANCEL, BUTTON_TITLE_DONT_SAVE, BUTTON_TITLE_IS_STRING, BUTTON_TITLE_NO, BUTTON_TITLE_OK, BUTTON_TITLE_REVERT, BUTTON_TITLE_SAVE, BUTTON_TITLE_YES, NS_IPROMPTSERVICE_IID, NS_IPROMPTSERVICE_IID_STR, STD_OK_CANCEL_BUTTONS, STD_YES_NO_BUTTONS
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIPromptService2(long address)
           
 
Method Summary
 int AsyncPromptAuth(long aParent, long aChannel, long aCallback, long aContext, int level, long authInfo, char[] checkboxLabel, int[] checkValue, long[] _retval)
           
 int PromptAuth(long aParent, long aChannel, int level, long authInfo, char[] checkboxLabel, int[] checkValue, int[] _retval)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsIPromptService
Alert, AlertCheck, Confirm, ConfirmCheck, ConfirmEx, Prompt, PromptPassword, PromptUsernameAndPassword, Select
 
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_IPROMPTSERVICE2_IID_STR

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

NS_IPROMPTSERVICE2_IID

public static final nsID NS_IPROMPTSERVICE2_IID
Constructor Detail

nsIPromptService2

public nsIPromptService2(long address)
Method Detail

PromptAuth

public int PromptAuth(long aParent,
                      long aChannel,
                      int level,
                      long authInfo,
                      char[] checkboxLabel,
                      int[] checkValue,
                      int[] _retval)

AsyncPromptAuth

public int AsyncPromptAuth(long aParent,
                           long aChannel,
                           long aCallback,
                           long aContext,
                           int level,
                           long authInfo,
                           char[] checkboxLabel,
                           int[] checkValue,
                           long[] _retval)