Class Kernel32.FOCUS_EVENT_RECORD

  • Enclosing class:
    Kernel32

    public static class Kernel32.FOCUS_EVENT_RECORD
    extends java.lang.Object
    see: http://msdn.microsoft.com/en-us/library/ms683149(v=VS.85).aspx
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean setFocus  
      static int SIZEOF  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void init()  
      • Methods inherited from class java.lang.Object

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

      • SIZEOF

        public static int SIZEOF
      • setFocus

        public boolean setFocus
    • Constructor Detail

      • FOCUS_EVENT_RECORD

        public FOCUS_EVENT_RECORD()
    • Method Detail

      • init

        private static void init()