All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eNetwork.beans.HOD.event.ScreenKeyEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----java.awt.AWTEvent
                   |
                   +----java.awt.event.ComponentEvent
                           |
                           +----java.awt.event.InputEvent
                                   |
                                   +----java.awt.event.KeyEvent
                                           |
                                           +----com.ibm.eNetwork.beans.HOD.event.ScreenKeyEvent

public class ScreenKeyEvent
extends KeyEvent
ScreenKeyEvent extends java.awt.event.KeyEvent and does not provide any additional functionality except to override the toString() method. The class is used internally by the Screen class to filter and redirect key events for keyboard remap processing.

See Also:
Screen

Constructor Index

 o ScreenKeyEvent(Component, int, long, int, int)
Constructs a new ScreenKeyEvent object with the specified source component, type, and modifiers
 o ScreenKeyEvent(Component, int, long, int, int, char)
Constructs a new ScreenKeyEvent object with the specified source component, type, modifiers and key

Method Index

 o toString()

Constructors

 o ScreenKeyEvent
 public ScreenKeyEvent(Component source,
                       int id,
                       long when,
                       int modifiers,
                       int keyCode)
Constructs a new ScreenKeyEvent object with the specified source component, type, and modifiers

 o ScreenKeyEvent
 public ScreenKeyEvent(Component source,
                       int id,
                       long when,
                       int modifiers,
                       int keyCode,
                       char keyChar)
Constructs a new ScreenKeyEvent object with the specified source component, type, modifiers and key

Methods

 o toString
 public String toString()
Overrides:
toString

All Packages  Class Hierarchy  This Package  Previous  Next  Index