C# Class Skybound.Gecko.PromptService

Inheritance: nsIPromptService2
Afficher le fichier Open project: tophatmonocle/DirtyGecko Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Alert ( nsIDOMWindow aParent, string aDialogTitle, string aText ) : void
aParent nsIDOMWindow
aDialogTitle string
aText string
Résultat void

AlertCheck() public méthode

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

AsyncPromptAuth() public méthode

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
Résultat nsICancelable

Confirm() public méthode

public Confirm ( nsIDOMWindow aParent, string aDialogTitle, string aText ) : bool
aParent nsIDOMWindow
aDialogTitle string
aText string
Résultat bool

ConfirmCheck() public méthode

public ConfirmCheck ( nsIDOMWindow aParent, string aDialogTitle, string aText, string aCheckMsg, bool &aCheckState ) : bool
aParent nsIDOMWindow
aDialogTitle string
aText string
aCheckMsg string
aCheckState bool
Résultat bool

ConfirmEx() public méthode

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
Résultat int

Prompt() public méthode

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
Résultat bool

PromptAuth() public méthode

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
Résultat bool

PromptPassword() public méthode

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
Résultat bool

PromptUsernameAndPassword() public méthode

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
Résultat bool

Select() public méthode

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
Résultat bool

ShowNonBlockingAlert() public méthode

public ShowNonBlockingAlert ( nsIDOMWindow aParent, string aDialogTitle, string aText ) : void
aParent nsIDOMWindow
aDialogTitle string
aText string
Résultat void