Class KeyEditEvent


public class KeyEditEvent extends EditEvent
  • Method Details

    • getKeyChar

      public char getKeyChar()
      Returns:
      The character representation of the pressed key.
      See Also:
    • getKeyCode

      public int getKeyCode()
      Returns:
      The index of the pressed key in the mapping table.
      See Also:
    • getKeyLocation

      @Deprecated public int getKeyLocation()
      Deprecated.
      not supported in GWT
      Returns:
      deprecated - don't use.
      See Also:
    • getInputEvent

      public InputEvent getInputEvent()
      Creates and returns an InputEvent.

      For legacy purposes only.

      Specified by:
      getInputEvent in class EditEvent
      Returns:
      An input event that can be used for legacy purposes.