مقبض النافذة

Inheritance: java.lang.Object

public class WindowHandle

مقبض نافذة مغلق لمنصات مختلفة.

الطرق

طريقةالوصف
equals(Object arg0)
fromWayland(long display, long surface)إنشاء WindowHandle من سطح Wayland
fromWin32(long hWnd)مثيل HWND الأصلي في بيئة Windows.
fromXlib(long display, long window)إنشاء WindowHandle من نافذة Xlib
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)

إنشاء WindowHandle من سطح Wayland

Parameters:

معاملنوعالوصف
العرضlongمثيل العرض لخادم Wayland
السطحlongمقبض السطح

Returns: WindowHandle

fromWin32(long hWnd)

public static WindowHandle fromWin32(long hWnd)

مثيل HWND الأصلي في بيئة Windows.

Parameters:

معاملنوعالوصف
hWndlongمقبض نافذة Win32 الأصلية

Returns: WindowHandle

fromXlib(long display, long window)

public static WindowHandle fromXlib(long display, long window)

إنشاء WindowHandle من نافذة Xlib

Parameters:

معاملنوعالوصف
العرضlongمثيل العرض لخادم X
النافذة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