|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxbrowser.prompt.DefaultPromptService
public class DefaultPromptService
Represents a default implementation of PromptService that only
displays appropriate UI Swing dialogs.
| Constructor Summary | |
|---|---|
DefaultPromptService()
|
|
| Method Summary | |
|---|---|
void |
alertRequested(DialogParams params)
Displays Java message dialog with appropriate title and message. |
CloseStatus |
badCertificateRequested(DialogParams params)
Displays Java confirmation dialog with appropriate title and message. |
CloseStatus |
confirmationRequested(DialogParams params)
Displays Java confirmation dialog with appropriate title and message. |
CloseStatus |
loginRequested(LoginParams params)
Displays login and password input dialog with appropriate title, message and predefined login and password. |
CloseStatus |
promptRequested(PromptDialogParams params)
Displays Java input dialog with appropriate title, message and default text field value. |
CloseStatus |
scriptErrorRequested(ScriptErrorParams params)
Displays Java confirmation dialog with appropriate title and message. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPromptService()
| Method Detail |
|---|
public void alertRequested(DialogParams params)
alertRequested in interface PromptServiceparams - the alert dialog parameters.public CloseStatus promptRequested(PromptDialogParams params)
promptRequested in interface PromptServiceparams - the prompt dialog parameters.
public CloseStatus confirmationRequested(DialogParams params)
confirmationRequested in interface PromptServiceparams - the confirmation dialog parameters.
public CloseStatus loginRequested(LoginParams params)
loginRequested in interface PromptServiceparams - the authentication dialog parameters.
public CloseStatus badCertificateRequested(DialogParams params)
badCertificateRequested in interface PromptServiceparams - the dialog parameters.
public CloseStatus scriptErrorRequested(ScriptErrorParams params)
scriptErrorRequested in interface PromptServiceparams - the JavaScript error dialog parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||