Java Statistical Classes

jsc.swt.control
Class JRealListener

java.lang.Object
  |
  +--java.awt.event.KeyAdapter
        |
        +--jsc.swt.control.JNumberListener
              |
              +--jsc.swt.control.JRealListener
All Implemented Interfaces:
EventListener, KeyListener

Deprecated. RealField is preferable.

public class JRealListener
extends JNumberListener

JRealListener class implements a listener interface for typing in a real number. Note: scientific notation not allowed.

Version:
1.0
Author:
A. J. Bertie.

Constructor Summary
JRealListener()
          Deprecated.  
 
Method Summary
 void keyTyped(KeyEvent e)
          Deprecated.  
 
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
 

Constructor Detail

JRealListener

public JRealListener()
Deprecated. 
Method Detail

keyTyped

public void keyTyped(KeyEvent e)
Deprecated. 
Specified by:
keyTyped in interface KeyListener
Overrides:
keyTyped in class KeyAdapter

Java Statistical Classes

Copyright © Andrew James Bertie, 2005, all rights reserved. Updated 12th Aug 2005