org.jgraph.plaf.basic
Class BasicGraphUI.KeyHandler
java.lang.Object
java.awt.event.KeyAdapter
org.jgraph.plaf.basic.BasicGraphUI.KeyHandler
- All Implemented Interfaces:
- EventListener, KeyListener, Serializable
- 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
repeatKeyAction
protected Action repeatKeyAction
- Key code that is being generated for.
isKeyDown
protected boolean isKeyDown
- Set to true while keyPressed is active.
BasicGraphUI.KeyHandler
public BasicGraphUI.KeyHandler()
keyPressed
public void keyPressed(KeyEvent e)
- Specified by:
keyPressed
in interface KeyListener
keyReleased
public void keyReleased(KeyEvent e)
- Specified by:
keyReleased
in interface KeyListener
Copyright (C) 2001-2008 Gaudenz Alder. All rights reserved.