JSHOP2
Class JSHOP2GUI.SHOP2GUIKeyAdapter

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by JSHOP2.JSHOP2GUI.SHOP2GUIKeyAdapter
All Implemented Interfaces:
java.awt.event.KeyListener, java.util.EventListener
Enclosing class:
JSHOP2GUI

private class JSHOP2GUI.SHOP2GUIKeyAdapter
extends java.awt.event.KeyAdapter


Constructor Summary
private JSHOP2GUI.SHOP2GUIKeyAdapter()
           
 
Method Summary
 void keyTyped(java.awt.event.KeyEvent ke)
           
 
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

JSHOP2GUI.SHOP2GUIKeyAdapter

private JSHOP2GUI.SHOP2GUIKeyAdapter()
Method Detail

keyTyped

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