ConsoleDialog
public interface Dialog
Modifier and Type | Method | Description |
---|---|---|
boolean |
confirm(java.lang.String message) |
Presents a confirmation prompt with the given message.
|
char |
confirm(java.lang.String message,
java.lang.String values) |
Presents a confirmation prompt for values with the given message.
|
char |
confirm(java.lang.String message,
java.lang.String values,
java.lang.String help) |
Presents a confirmation prompt for values with the given messge.
|
void |
notify(java.lang.String message) |
Simply displays a message to the user, no input is returned from the
user.
|
boolean confirm(java.lang.String message)
message
- the confirmation prompt message to displaychar confirm(java.lang.String message, java.lang.String values)
message
- the confirmation prompt to displayvalues
- a list of valid characters to acceptchar confirm(java.lang.String message, java.lang.String values, java.lang.String help)
message
- the confirmation prompt to displayvalues
- a list of valid characters to accepthelp
- a simple help message that can be associated with the message
to give additional details about the prompt.void notify(java.lang.String message)
message
- the message to display to the userIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com