wt.clients.csm.navigation
Class NavigationStructureTabCreator.KeyLis

java.lang.Object
  extended bywt.clients.csm.navigation.NavigationStructureTabCreator.KeyLis
All Implemented Interfaces:
EventListener, KeyListener
Enclosing class:
NavigationStructureTabCreator

class NavigationStructureTabCreator.KeyLis
extends Object
implements KeyListener


Constructor Summary
(package private) NavigationStructureTabCreator.KeyLis()
           
 
Method Summary
private  void doCheck(KeyEvent e)
           
 void keyPressed(KeyEvent e)
           
 void keyReleased(KeyEvent e)
           
 void keyTyped(KeyEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationStructureTabCreator.KeyLis

NavigationStructureTabCreator.KeyLis()
Method Detail

keyTyped

public void keyTyped(KeyEvent e)
Specified by:
keyTyped in interface KeyListener

keyPressed

public void keyPressed(KeyEvent e)
Specified by:
keyPressed in interface KeyListener

keyReleased

public void keyReleased(KeyEvent e)
Specified by:
keyReleased in interface KeyListener

doCheck

private void doCheck(KeyEvent e)