de.qfs.apps.qflog.logview
Class LogTableView.TableKeyListener

java.lang.Object
  |
  +--java.awt.event.KeyAdapter
        |
        +--de.qfs.apps.qflog.logview.LogTableView.TableKeyListener
Enclosing class:
LogTableView

protected class LogTableView.TableKeyListener
extends java.awt.event.KeyAdapter

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

LogTableView.TableKeyListener

protected LogTableView.TableKeyListener()
Method Detail

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
Fast scrolling for Alt-Up, Alt-Down
Overrides:
keyPressed in class java.awt.event.KeyAdapter
Parameters:
e - KeyPressed event.