接口 JImFocusedFlags


public interface JImFocusedFlags
从以下版本开始:
undecidable
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static enum 
     
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final int
    Return+true+if+any+window+is+focused.
    static final int
    Return+true+if+any+children+of+the+window+is+focused
    static final int
     
    static final int
    Do+not+consider+popup+hierarchy+%28do+not+treat+popup+emitter+as+parent+of+popup%29+%28when+used+with+_ChildWindows+or+_RootWindow%29
    static final int
     
    static final int
    Test+from+root+window+%28top+most+parent+of+the+current+hierarchy%29
  • 字段详细资料

    • None

      static final int None
      另请参阅:
    • ChildWindows

      static final int ChildWindows
      Return+true+if+any+children+of+the+window+is+focused
      另请参阅:
    • RootWindow

      static final int RootWindow
      Test+from+root+window+%28top+most+parent+of+the+current+hierarchy%29
      另请参阅:
    • AnyWindow

      static final int AnyWindow
      Return+true+if+any+window+is+focused.+Important%3A+If+you+are+trying+to+tell+how+to+dispatch+your+low-level+inputs%2C+do+NOT+use+this.+Use+%27io.WantCaptureMouse%27+instead%21+Please+read+the+FAQ%21
      另请参阅:
    • NoPopupHierarchy

      static final int NoPopupHierarchy
      Do+not+consider+popup+hierarchy+%28do+not+treat+popup+emitter+as+parent+of+popup%29+%28when+used+with+_ChildWindows+or+_RootWindow%29
      另请参阅:
    • RootAndChildWindows

      static final int RootAndChildWindows
      另请参阅: