javax.swing.plaf.basic
public class BasicTableUI.KeyHandler extends Object implements KeyListener
| Method Summary | |
|---|---|
| void | keyPressed(KeyEvent event)
Receives notification that a key has been pressed.
|
| void | keyReleased(KeyEvent event)
Receives notification that a key has been released.
|
| void | keyTyped(KeyEvent event)
Receives notification that a key has been pressed and released.
|
Parameters: event the key event
Parameters: event the key event
Parameters: event the key event