Class WindowHandle


  • public final class WindowHandle
    extends Object
    The window handle is the value associated by the operating system to a specific window.
    Author:
    Grégory Van den Borre
    • Field Detail

      • value

        public final long value
        Handle value.
    • Constructor Detail

      • WindowHandle

        public WindowHandle​(long value)
        Create a new handle instance
        Parameters:
        value - Handle value.