|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.swingui.ModalDialogUserPrompter
public class ModalDialogUserPrompter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface ca.sqlpower.architect.UserPrompter |
|---|
UserPrompter.UserPromptResponse |
| Constructor Summary | |
|---|---|
ModalDialogUserPrompter(javax.swing.JFrame owner,
java.lang.String questionMessage,
java.lang.String okText,
java.lang.String notOkText,
java.lang.String cancelText)
Creates a new user prompter that uses a dialog to prompt the user. |
|
| Method Summary | |
|---|---|
UserPrompter.UserPromptResponse |
promptUser(java.lang.Object... formatArgs)
Solicits a response from the user by presenting the modal dialog (unless the user has previously selected "apply to all"). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModalDialogUserPrompter(javax.swing.JFrame owner,
java.lang.String questionMessage,
java.lang.String okText,
java.lang.String notOkText,
java.lang.String cancelText)
UserPrompterFactory
such as the current ArchitectSession.
| Method Detail |
|---|
public UserPrompter.UserPromptResponse promptUser(java.lang.Object... formatArgs)
promptUser in interface UserPrompterformatArgs - The arguments to the insert into the format string in the
question. See MessageFormat for details.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||