org.jsqltool.replication.gui
Class ReplicationFrame_profileList_keyAdapter

java.lang.Object
  |
  +--java.awt.event.KeyAdapter
        |
        +--org.jsqltool.replication.gui.ReplicationFrame_profileList_keyAdapter
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener

class ReplicationFrame_profileList_keyAdapter
extends java.awt.event.KeyAdapter


Field Summary
(package private)  ReplicationFrame adaptee
           
 
Constructor Summary
(package private) ReplicationFrame_profileList_keyAdapter(ReplicationFrame adaptee)
           
 
Method Summary
 void keyTyped(java.awt.event.KeyEvent e)
           
 
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

adaptee

ReplicationFrame adaptee
Constructor Detail

ReplicationFrame_profileList_keyAdapter

ReplicationFrame_profileList_keyAdapter(ReplicationFrame adaptee)
Method Detail

keyTyped

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