Class KeyEventMsg


  • public class KeyEventMsg
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyEventMsg()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
      • altKey

        public boolean altKey
      • code

        public java.lang.String code
      • ctrlKey

        public boolean ctrlKey
      • isComposing

        public boolean isComposing
      • key

        public java.lang.String key
      • location

        public int location
      • matches

        public java.util.ArrayList<java.lang.String> matches
      • metaKey

        public boolean metaKey
      • repeat

        public boolean repeat
      • shiftKey

        public boolean shiftKey
    • Constructor Detail

      • KeyEventMsg

        public KeyEventMsg()