corina.editor
Class DecadalKeyListener

java.lang.Object
  |
  +--java.awt.event.KeyAdapter
        |
        +--corina.editor.DecadalKeyListener
All Implemented Interfaces:
EventListener, KeyListener

public class DecadalKeyListener
extends KeyAdapter


Constructor Summary
DecadalKeyListener(JTable table, Sample sample)
           
 
Method Summary
 void keyPressed(KeyEvent e)
           
 
Methods inherited from class java.awt.event.KeyAdapter
keyReleased, keyTyped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecadalKeyListener

public DecadalKeyListener(JTable table,
                          Sample sample)
Method Detail

keyPressed

public void keyPressed(KeyEvent e)
Overrides:
keyPressed in class KeyAdapter