C# Class Skybound.Gecko.PromptService

Inheritance: nsIPromptService2
显示文件 Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
Alert ( nsIDOMWindow aParent, string aDialogTitle, string aText ) : void
AlertCheck ( nsIDOMWindow aParent, string aDialogTitle, string aText, string aCheckMsg, bool &aCheckState ) : void
AsyncPromptAuth ( nsIDOMWindow aParent, nsIChannel aChannel, nsIAuthPromptCallback aCallback, nsISupports aContext, uint level, nsIAuthInformation authInfo, string checkboxLabel, bool &checkValue ) : nsICancelable
Confirm ( nsIDOMWindow aParent, string aDialogTitle, string aText ) : bool
ConfirmCheck ( nsIDOMWindow aParent, string aDialogTitle, string aText, string aCheckMsg, bool &aCheckState ) : bool
ConfirmEx ( nsIDOMWindow aParent, string aDialogTitle, string aText, uint aButtonFlags, string aButton0Title, string aButton1Title, string aButton2Title, string aCheckMsg, bool &aCheckState ) : int
Prompt ( nsIDOMWindow aParent, string aDialogTitle, string aText, string &aValue, string aCheckMsg, bool &aCheckState ) : bool
PromptAuth ( nsIDOMWindow aParent, nsIChannel aChannel, uint level, nsIAuthInformation authInfo, string checkboxLabel, System &aCheckValue ) : bool
PromptPassword ( nsIDOMWindow aParent, string aDialogTitle, string aText, string &aPassword, string aCheckMsg, System &aCheckState ) : bool
PromptUsernameAndPassword ( nsIDOMWindow aParent, string aDialogTitle, string aText, string &aUsername, string &aPassword, string aCheckMsg, bool &aCheckState ) : bool
Select ( nsIDOMWindow aParent, string aDialogTitle, string aText, uint aCount, System aSelectList, int &aOutSelection ) : bool
ShowNonBlockingAlert ( nsIDOMWindow aParent, string aDialogTitle, string aText ) : void

Method Details

Alert() public method

public Alert ( nsIDOMWindow aParent, string aDialogTitle, string aText ) : void
aParent nsIDOMWindow
aDialogTitle string
aText string
return void

AlertCheck() public method

public AlertCheck ( nsIDOMWindow aParent, string aDialogTitle, string aText, string aCheckMsg, bool &aCheckState ) : void
aParent nsIDOMWindow
aDialogTitle string
aText string
aCheckMsg string
aCheckState bool
return void

AsyncPromptAuth() public method

public AsyncPromptAuth ( nsIDOMWindow aParent, nsIChannel aChannel, nsIAuthPromptCallback aCallback, nsISupports aContext, uint level, nsIAuthInformation authInfo, string checkboxLabel, bool &checkValue ) : nsICancelable
aParent nsIDOMWindow
aChannel nsIChannel
aCallback nsIAuthPromptCallback
aContext nsISupports
level uint
authInfo nsIAuthInformation
checkboxLabel string
checkValue bool
return nsICancelable

Confirm() public method

public Confirm ( nsIDOMWindow aParent, string aDialogTitle, string aText ) : bool
aParent nsIDOMWindow
aDialogTitle string
aText string
return bool

ConfirmCheck() public method

public ConfirmCheck ( nsIDOMWindow aParent, string aDialogTitle, string aText, string aCheckMsg, bool &aCheckState ) : bool
aParent nsIDOMWindow
aDialogTitle string
aText string
aCheckMsg string
aCheckState bool
return bool

ConfirmEx() public method

public ConfirmEx ( nsIDOMWindow aParent, string aDialogTitle, string aText, uint aButtonFlags, string aButton0Title, string aButton1Title, string aButton2Title, string aCheckMsg, bool &aCheckState ) : int
aParent nsIDOMWindow
aDialogTitle string
aText string
aButtonFlags uint
aButton0Title string
aButton1Title string
aButton2Title string
aCheckMsg string
aCheckState bool
return int

Prompt() public method

public Prompt ( nsIDOMWindow aParent, string aDialogTitle, string aText, string &aValue, string aCheckMsg, bool &aCheckState ) : bool
aParent nsIDOMWindow
aDialogTitle string
aText string
aValue string
aCheckMsg string
aCheckState bool
return bool

PromptAuth() public method

public PromptAuth ( nsIDOMWindow aParent, nsIChannel aChannel, uint level, nsIAuthInformation authInfo, string checkboxLabel, System &aCheckValue ) : bool
aParent nsIDOMWindow
aChannel nsIChannel
level uint
authInfo nsIAuthInformation
checkboxLabel string
aCheckValue System
return bool

PromptPassword() public method

public PromptPassword ( nsIDOMWindow aParent, string aDialogTitle, string aText, string &aPassword, string aCheckMsg, System &aCheckState ) : bool
aParent nsIDOMWindow
aDialogTitle string
aText string
aPassword string
aCheckMsg string
aCheckState System
return bool

PromptUsernameAndPassword() public method

public PromptUsernameAndPassword ( nsIDOMWindow aParent, string aDialogTitle, string aText, string &aUsername, string &aPassword, string aCheckMsg, bool &aCheckState ) : bool
aParent nsIDOMWindow
aDialogTitle string
aText string
aUsername string
aPassword string
aCheckMsg string
aCheckState bool
return bool

Select() public method

public Select ( nsIDOMWindow aParent, string aDialogTitle, string aText, uint aCount, System aSelectList, int &aOutSelection ) : bool
aParent nsIDOMWindow
aDialogTitle string
aText string
aCount uint
aSelectList System
aOutSelection int
return bool

ShowNonBlockingAlert() public method

public ShowNonBlockingAlert ( nsIDOMWindow aParent, string aDialogTitle, string aText ) : void
aParent nsIDOMWindow
aDialogTitle string
aText string
return void