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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRealListener
public JRealListener()
- Deprecated.
keyTyped
public void keyTyped(KeyEvent e)
- Deprecated.
- Specified by:
keyTyped in interface KeyListener- Overrides:
keyTyped in class KeyAdapter
Copyright © Andrew James Bertie, 2005, all rights reserved. Updated 12th Aug 2005