|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.KeyAdapter | +--de.qfs.apps.qflog.logview.LogTableView.TableKeyListener
A listener for key presses on the table. Used for fast scrolling via Alt-up/Alt-down.
Constructor Summary | |
protected |
LogTableView.TableKeyListener()
|
Method Summary | |
void |
keyPressed(java.awt.event.KeyEvent e)
Fast scrolling for Alt-Up, Alt-Down |
Methods inherited from class java.awt.event.KeyAdapter |
keyReleased,
keyTyped |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
protected LogTableView.TableKeyListener()
Method Detail |
public void keyPressed(java.awt.event.KeyEvent e)
e
- KeyPressed event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |