接口 JImHoveredFlags


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

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

    字段
    修饰符和类型
    字段
    说明
    static int
    Return+true+even+if+an+active+item+is+blocking+access+to+this+item%7Cwindow.
    static int
    Return+true+even+if+a+popup+window+is+normally+blocking+access+to+this+item%7Cwindow
    static int
    Return+true+even+if+the+item+is+disabled
    static int
    Return+true+even+if+the+position+is+obstructed+or+overlapped+by+another+window
    static int
    IsWindowHovered%28%29+only%3A+Return+true+if+any+window+is+hovered
    static int
    IsWindowHovered%28%29+only%3A+Return+true+if+any+children+of+the+window+is+hovered
    static 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 int
     
    static int
     
    static 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
      另请参阅:
      常量字段值
    • 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
      Return+true+even+if+the+position+is+obstructed+or+overlapped+by+another+window
      另请参阅:
      常量字段值
    • AllowWhenDisabled

      static final int AllowWhenDisabled
      Return+true+even+if+the+item+is+disabled
      另请参阅:
      常量字段值
    • RectOnly

      static final int RectOnly
      另请参阅:
      常量字段值
    • RootAndChildWindows

      static final int RootAndChildWindows
      另请参阅:
      常量字段值