wt.clients.project
Class ProjectDefinitionFrame.SymKey
java.lang.Object
java.awt.event.KeyAdapter
wt.clients.project.ProjectDefinitionFrame.SymKey
- All Implemented Interfaces:
- EventListener, KeyListener
- Enclosing class:
- ProjectDefinitionFrame
- class ProjectDefinitionFrame.SymKey
- extends KeyAdapter
Inner class extension of java.awt.event.KeyAdapter class to handle AWT
keyboard event handling.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectDefinitionFrame.SymKey
ProjectDefinitionFrame.SymKey()
keyPressed
public void keyPressed(KeyEvent event)
- Handles AWT events. Never called directly. There is one if statement for
each type of event which is handled.
- Parameters:
event
- The AWT event to handle.