|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.input.DefaultInputHandler uk.ac.roe.antigen.ant.PlainTextGUIInputHandler
Field Summary | |
protected javax.swing.JButton |
btnSubmit
The JButton that will passed the input to the input request. |
protected javax.swing.JDialog |
dlgInput
The JDialog that contains the component in which the input is typed. |
protected javax.swing.JTextField |
fldInput
The JComponent where the input is typed. |
protected java.awt.LayoutManager |
layout
The layout of the dialog. |
protected javax.swing.JLabel |
lblInput
The label of the input component. |
Constructor Summary | |
PlainTextGUIInputHandler()
Default no-arg constructor. |
Method Summary | |
protected void |
addWidgets()
|
protected java.awt.Dimension |
getDialogLocation()
Calculates the desired location of the dialog on the screen. |
void |
handleInput(org.apache.tools.ant.input.InputRequest request)
|
protected void |
setEventListeners(org.apache.tools.ant.input.InputRequest request)
Sets AWT Listeners to the components which will recieve or submit the events. |
Methods inherited from class org.apache.tools.ant.input.DefaultInputHandler |
getInputStream, getPrompt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.swing.JDialog dlgInput
protected java.awt.LayoutManager layout
protected javax.swing.JLabel lblInput
protected javax.swing.JTextField fldInput
protected javax.swing.JButton btnSubmit
Constructor Detail |
public PlainTextGUIInputHandler()
Method Detail |
protected void addWidgets()
public void handleInput(org.apache.tools.ant.input.InputRequest request)
protected void setEventListeners(org.apache.tools.ant.input.InputRequest request)
request
- the InputRequest object, where the contents
of the input component will be set.protected java.awt.Dimension getDialogLocation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |