|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.plaf.basic.BasicTableUI.KeyHandler
public class BasicTableUI.KeyHandler
Handles key events for the JTable. Key events should be handled through the InputMap/ActionMap mechanism since JDK1.3. This class is only there for backwards compatibility.
| Constructor Summary | |
|---|---|
BasicTableUI.KeyHandler()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicTableUI.KeyHandler()
| Method Detail |
|---|
public void keyTyped(KeyEvent event)
keyTyped in interface KeyListenerevent - the key eventpublic void keyPressed(KeyEvent event)
keyPressed in interface KeyListenerevent - the key eventpublic void keyReleased(KeyEvent event)
keyReleased in interface KeyListenerevent - the key event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||