C# 클래스 Skybound.Gecko.PromptService

상속: nsIPromptService2
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Alert() 공개 메소드

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

AlertCheck() 공개 메소드

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

AsyncPromptAuth() 공개 메소드

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
리턴 nsICancelable

Confirm() 공개 메소드

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

ConfirmCheck() 공개 메소드

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

ConfirmEx() 공개 메소드

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
리턴 int

Prompt() 공개 메소드

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
리턴 bool

PromptAuth() 공개 메소드

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
리턴 bool

PromptPassword() 공개 메소드

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
리턴 bool

PromptUsernameAndPassword() 공개 메소드

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
리턴 bool

Select() 공개 메소드

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
리턴 bool

ShowNonBlockingAlert() 공개 메소드

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