net.sf.antcontrib.input
Class GUIInputHandler
java.lang.Object
net.sf.antcontrib.input.GUIInputHandler
- InputHandler
public class GUIInputHandler
extends java.lang.Object
implements InputHandler
Prompts for user input using a JOptionPane. Developed for use with
Antelope, migrated to ant-contrib Oct 2003.
void | handleInput(InputRequest request) - Prompts and requests input.
|
GUIInputHandler
public GUIInputHandler()
GUIInputHandler
public GUIInputHandler(Component parent)
parent
- the parent component to display the input dialog.
handleInput
public void handleInput(InputRequest request)
throws BuildException
Prompts and requests input. May loop until a valid input has
been entered.