edu.uci.ics.jung.visualization.event
Class KeyEvent<E>

java.lang.Object
  extended by edu.uci.ics.jung.visualization.event.EventObject<E>
      extended by edu.uci.ics.jung.visualization.event.InputEvent<E>
          extended by edu.uci.ics.jung.visualization.event.KeyEvent<E>

public class KeyEvent<E>
extends InputEvent<E>


Constructor Summary
KeyEvent(E uiEvent, Object source, long time, int modifiers, int extendedModifiers, char keyChar)
           
KeyEvent(KeyEvent<E> event)
           
 
Method Summary
 char getKeyChar()
           
 
Methods inherited from class edu.uci.ics.jung.visualization.event.InputEvent
consume, getExtendedModifiers, getModifiers, getTime, isAltDown, isConsumed, isControlDown, isShiftDown
 
Methods inherited from class edu.uci.ics.jung.visualization.event.EventObject
getSource, getUiEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyEvent

public KeyEvent(KeyEvent<E> event)

KeyEvent

public KeyEvent(E uiEvent,
                Object source,
                long time,
                int modifiers,
                int extendedModifiers,
                char keyChar)
Method Detail

getKeyChar

public char getKeyChar()
Returns:
the keyChar


Copyright © 2007. All Rights Reserved.