Encapsulates keyboard events. More...
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. |
Encapsulates keyboard events.
This class extends abstract class KeyAdapter which contains the default implementation of keyboard events
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.
e | Provides data for the java.awt.event.KeyEvent event |