analyzer.gui
Class DoubleWindowControl
java.lang.Object
|
+--java.awt.event.KeyAdapter
|
+--analyzer.gui.DoubleWindowControl
- public class DoubleWindowControl
- extends java.awt.event.KeyAdapter
- implements java.awt.event.ActionListener, java.awt.event.FocusListener, DataListener
Methods inherited from class java.awt.event.KeyAdapter |
keyPressed,
keyReleased |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
model
protected DoubleWindowModel model
low
protected javax.swing.JTextField low
high
protected javax.swing.JTextField high
DoubleWindowControl
public DoubleWindowControl(DoubleWindowModel model,
javax.swing.JTextField low,
javax.swing.JTextField high)
setTextValues
protected void setTextValues()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Specified by:
- actionPerformed in interface java.awt.event.ActionListener
focusLost
public void focusLost(java.awt.event.FocusEvent e)
- Specified by:
- focusLost in interface java.awt.event.FocusListener
focusGained
public void focusGained(java.awt.event.FocusEvent e)
- Specified by:
- focusGained in interface java.awt.event.FocusListener
keyTyped
public void keyTyped(java.awt.event.KeyEvent k)
- Overrides:
- keyTyped in class java.awt.event.KeyAdapter
dataChanged
public void dataChanged(java.lang.Object o)
- Specified by:
- dataChanged in interface DataListener
Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu