All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.test.KeyMonitor

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----benno.test.KeyMonitor

public class KeyMonitor
extends Frame
implements KeyListener
Displays key events posted to a window via KeyListener

Version:
$Revision: 1.2 $
Author:
Ben Clifford

Constructor Index

 o KeyMonitor()

Method Index

 o event(String, KeyEvent)
 o keyPressed(KeyEvent)
 o keyReleased(KeyEvent)
 o keyTyped(KeyEvent)
 o main(String[])

Constructors

 o KeyMonitor
 public KeyMonitor()

Methods

 o main
 public static void main(String args[])
 o keyReleased
 public void keyReleased(KeyEvent e)
 o keyPressed
 public void keyPressed(KeyEvent e)
 o keyTyped
 public void keyTyped(KeyEvent e)
 o event
 public void event(String s,
                   KeyEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index