org.jgraph.plaf.basic
Class BasicGraphUI.KeyHandler

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by org.jgraph.plaf.basic.BasicGraphUI.KeyHandler
All Implemented Interfaces:
KeyListener, Serializable, EventListener
Enclosing class:
BasicGraphUI

public class BasicGraphUI.KeyHandler
extends KeyAdapter
implements Serializable

This is used to get mutliple key down events to appropriately generate events.

See Also:
Serialized Form

Field Summary
protected  boolean isKeyDown
          Set to true while keyPressed is active.
protected  Action repeatKeyAction
          Key code that is being generated for.
 
Constructor Summary
BasicGraphUI.KeyHandler()
           
 
Method Summary
 void keyPressed(KeyEvent e)
           
 void keyReleased(KeyEvent e)
           
 
Methods inherited from class java.awt.event.KeyAdapter
keyTyped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repeatKeyAction

protected Action repeatKeyAction
Key code that is being generated for.


isKeyDown

protected boolean isKeyDown
Set to true while keyPressed is active.

Constructor Detail

BasicGraphUI.KeyHandler

public BasicGraphUI.KeyHandler()
Method Detail

keyPressed

public void keyPressed(KeyEvent e)
Specified by:
keyPressed in interface KeyListener
Overrides:
keyPressed in class KeyAdapter

keyReleased

public void keyReleased(KeyEvent e)
Specified by:
keyReleased in interface KeyListener
Overrides:
keyReleased in class KeyAdapter