javax.swing.plaf.basic
public class BasicTableUI.KeyHandler extends Object implements KeyListener
Constructor and Description |
---|
BasicTableUI.KeyHandler() |
Modifier and Type | Method and Description |
---|---|
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.
|
public BasicTableUI.KeyHandler()
public void keyTyped(KeyEvent event)
keyTyped
in interface KeyListener
event
- the key eventpublic void keyPressed(KeyEvent event)
keyPressed
in interface KeyListener
event
- the key eventpublic void keyReleased(KeyEvent event)
keyReleased
in interface KeyListener
event
- the key event