|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.antcontrib.input.GUIInputHandler
Prompts for user input using a JOptionPane. Developed for use with Antelope, migrated to ant-contrib Oct 2003.
Constructor Summary | |
GUIInputHandler()
|
|
GUIInputHandler(java.awt.Component parent)
|
Method Summary | |
void |
handleInput(org.apache.tools.ant.input.InputRequest request)
Prompts and requests input. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GUIInputHandler()
public GUIInputHandler(java.awt.Component parent)
parent
- the parent component to display the input dialog.Method Detail |
public void handleInput(org.apache.tools.ant.input.InputRequest request) throws org.apache.tools.ant.BuildException
handleInput
in interface org.apache.tools.ant.input.InputHandler
org.apache.tools.ant.BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |