org.exolab.adaptx.util
Class ConsoleDialog
java.lang.Object
org.exolab.adaptx.util.ConsoleDialog
public class ConsoleDialog
extends java.lang.Object
A simple utility class to handle command line dialogs
$Revision: 1.1.1.1 $ $Date: 2003/03/01 07:39:30 $
boolean | confirm(String message) - Presents a confirmation prompt with the given message
|
ConsoleDialog
public ConsoleDialog()
Creates a new Console Dialog
confirm
public boolean confirm(String message)
Presents a confirmation prompt with the given message
- true if the user has selected a positive confirmation,
otherwise false