org.jgraph.plaf.basic
Class BasicGraphUI.KeyHandler
KeyAdapter
org.jgraph.plaf.basic.BasicGraphUI.KeyHandler
- BasicGraphUI
- Serializable
public class BasicGraphUI.KeyHandler
extends KeyAdapter
implements Serializable
This is used to get mutliple key down events to appropriately generate
events.
protected boolean | isKeyDown - Set to true while keyPressed is active.
|
protected Action | repeatKeyAction - Key code that is being generated for.
|
isKeyDown
protected boolean isKeyDown
Set to true while keyPressed is active.
repeatKeyAction
protected Action repeatKeyAction
Key code that is being generated for.
keyPressed
public void keyPressed(KeyEvent e)
keyReleased
public void keyReleased(KeyEvent e)
Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.