Class BasicGraphUI.KeyHandler

java.lang.Object
java.awt.event.KeyAdapter
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:
  • Field Details

    • repeatKeyAction

      protected Action repeatKeyAction
      Key code that is being generated for.
    • isKeyDown

      protected boolean isKeyDown
      Set to true while keyPressed is active.
  • Constructor Details

    • KeyHandler

      public KeyHandler()
  • Method Details