Alphabetical Class Index   Compound Members  

com.techsoft.hoops.HJCanvas.MyKeyAdapter Class Reference

Encapsulates keyboard events. More...

List of all members.

Public Member Functions

void keyTyped (KeyEvent e)
 Dispatches the key press events to HOOPS/MVO, which will in turn dispatch them to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags.


Detailed Description

Encapsulates keyboard events.

This class extends abstract class KeyAdapter which contains the default implementation of keyboard events


Member Function Documentation

void com.techsoft.hoops.HJCanvas.MyKeyAdapter.keyTyped ( KeyEvent  e  ) 

Dispatches the key press events to HOOPS/MVO, which will in turn dispatch them to the current HBaseOperator object The state flags are mapped to HOOPS/MVO abstracted flags.

Parameters:
e Provides data for the java.awt.event.KeyEvent event


The documentation for this class was generated from the following file:
  • HJCanvas.java