public class ConsoleDialog extends Object implements Dialog
Constructor and Description |
---|
ConsoleDialog()
Creates a new Console Dialog
|
Modifier and Type | Method and Description |
---|---|
boolean |
confirm(String message)
Presents a confirmation prompt with the given message.
|
char |
confirm(String message,
String values)
Presents a confirmation prompt for values with the given messge.
|
char |
confirm(String message,
String values,
String help)
Presents a confirmation prompt for values with the given messge
|
void |
notify(String message)
Displays the given message to the user.
|
public boolean confirm(String message)
public char confirm(String message, String values)
public char confirm(String message, String values, String help)
Copyright © 2019. All rights reserved.