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


Field Summary
protected  javax.swing.JTextField high
           
protected  javax.swing.JTextField low
           
protected  DoubleWindowModel model
           
 
Constructor Summary
DoubleWindowControl(DoubleWindowModel model, javax.swing.JTextField low, javax.swing.JTextField high)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 void dataChanged(java.lang.Object o)
           
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 void keyTyped(java.awt.event.KeyEvent k)
           
protected  void setTextValues()
           
 
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
 

Field Detail

model

protected DoubleWindowModel model

low

protected javax.swing.JTextField low

high

protected javax.swing.JTextField high
Constructor Detail

DoubleWindowControl

public DoubleWindowControl(DoubleWindowModel model,
                           javax.swing.JTextField low,
                           javax.swing.JTextField high)
Method Detail

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