com.levigo.jadice.swing.tool
Class KeyEditEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.levigo.jadice.swing.tool.EditEvent
          extended by com.levigo.jadice.swing.tool.KeyEditEvent
All Implemented Interfaces:
Serializable

public class KeyEditEvent
extends EditEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.levigo.jadice.swing.tool.EditEvent
inputEvent, pageBounds
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 KeyEvent getInputEvent()
           
 char getKeyChar()
           
 int getKeyCode()
           
 int getKeyLocation()
           
 
Methods inherited from class com.levigo.jadice.swing.tool.EditEvent
consume, create, getID, getModifiers, getModifiersEx, getPage, getPageIndex, getPageRenderControls, getRenderedPageBounds, getRenderedSize, getSource, getWhen, hasPageContext, isAltDown, isAltGraphDown, isConsumed, isControlDown, isMetaDown, isShiftDown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getKeyChar

public char getKeyChar()
See Also:
KeyEvent.getKeyChar()

getKeyCode

public int getKeyCode()
See Also:
KeyEvent.getKeyCode()

getKeyLocation

public int getKeyLocation()
See Also:
KeyEvent.getKeyLocation()

getInputEvent

public KeyEvent getInputEvent()
Specified by:
getInputEvent in class EditEvent
Returns:
the inputEvent


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.