接口 JImHoveredFlags


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

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

    字段
    修饰符和类型
    字段
    说明
    static final int
    Return+true+even+if+an+active+item+is+blocking+access+to+this+item%7Cwindow.
    static final int
    Return+true+even+if+a+popup+window+is+normally+blocking+access+to+this+item%7Cwindow
    static final int
    IsItemHovered%28%29+only%3A+Return+true+even+if+the+item+is+disabled
    static final int
    IsItemHovered%28%29+only%3A+Return+true+even+if+the+position+is+obstructed+or+overlapped+by+another+window
    static final int
    IsWindowHovered%28%29+only%3A+Return+true+if+any+window+is+hovered
    static final int
    IsWindowHovered%28%29+only%3A+Return+true+if+any+children+of+the+window+is+hovered
    static final int
    Return+true+if+directly+over+the+item%7Cwindow%2C+not+obstructed+by+another+window%2C+not+obstructed+by+an+active+popup+or+modal+blocking+inputs+under+them.
    static final int
    IsWindowHovered%28%29+only%3A+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
     
    static final int
    IsWindowHovered%28%29+only%3A+Test+from+root+window+%28top+most+parent+of+the+current+hierarchy%29
  • 字段详细资料

    • None

      static final int None
      Return+true+if+directly+over+the+item%7Cwindow%2C+not+obstructed+by+another+window%2C+not+obstructed+by+an+active+popup+or+modal+blocking+inputs+under+them.
      另请参阅:
    • ChildWindows

      static final int ChildWindows
      IsWindowHovered%28%29+only%3A+Return+true+if+any+children+of+the+window+is+hovered
      另请参阅:
    • RootWindow

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

      static final int AnyWindow
      IsWindowHovered%28%29+only%3A+Return+true+if+any+window+is+hovered
      另请参阅:
    • NoPopupHierarchy

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

      static final int AllowWhenBlockedByPopup
      Return+true+even+if+a+popup+window+is+normally+blocking+access+to+this+item%7Cwindow
      另请参阅:
    • AllowWhenBlockedByActiveItem

      static final int AllowWhenBlockedByActiveItem
      Return+true+even+if+an+active+item+is+blocking+access+to+this+item%7Cwindow.+Useful+for+Drag+and+Drop+patterns.
      另请参阅:
    • AllowWhenOverlapped

      static final int AllowWhenOverlapped
      IsItemHovered%28%29+only%3A+Return+true+even+if+the+position+is+obstructed+or+overlapped+by+another+window
      另请参阅:
    • AllowWhenDisabled

      static final int AllowWhenDisabled
      IsItemHovered%28%29+only%3A+Return+true+even+if+the+item+is+disabled
      另请参阅:
    • RectOnly

      static final int RectOnly
      另请参阅:
    • RootAndChildWindows

      static final int RootAndChildWindows
      另请参阅: