WindowHandle

Inheritance: java.lang.Object

public class WindowHandle

다양한 플랫폼용 캡슐화된 윈도우 핸들.

메서드

메서드설명
equals(Object arg0)
fromWayland(long display, long surface)Wayland 표면에서 WindowHandle를 생성합니다
fromWin32(long hWnd)Windows 환경에서의 네이티브 HWND 인스턴스입니다.
fromXlib(long display, long window)Xlib 창에서 WindowHandle를 생성합니다
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

매개변수형식설명
arg0java.lang.Object

Returns: boolean

fromWayland(long display, long surface)

public static WindowHandle fromWayland(long display, long surface)

Wayland 표면에서 WindowHandle를 생성합니다

Parameters:

매개변수형식설명
디스플레이longWayland 서버의 디스플레이 인스턴스입니다.
표면long표면의 핸들입니다.

Returns: WindowHandle

fromWin32(long hWnd)

public static WindowHandle fromWin32(long hWnd)

Windows 환경에서의 네이티브 HWND 인스턴스입니다.

Parameters:

매개변수형식설명
hWndlong네이티브 Win32 창의 핸들입니다.

Returns: WindowHandle

fromXlib(long display, long window)

public static WindowHandle fromXlib(long display, long window)

Xlib 창에서 WindowHandle를 생성합니다

Parameters:

매개변수형식설명
디스플레이longX 서버의 디스플레이 인스턴스입니다.
long창의 핸들입니다.

Returns: WindowHandle

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

매개변수형식설명
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

매개변수형식설명
arg0long
arg1int