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:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
fromWayland(long display, long surface)
public static WindowHandle fromWayland(long display, long surface)
Wayland サーフェスから WindowHandle を作成します
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| ディスプレイ | long | Wayland サーバーのディスプレイインスタンスです |
| サーフェス | long | サーフェスのハンドルです |
Returns: WindowHandle
fromWin32(long hWnd)
public static WindowHandle fromWin32(long hWnd)
Windows 環境におけるネイティブ HWND インスタンスです。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| hWnd | long | ネイティブ Win32 ウィンドウのハンドルです |
Returns: WindowHandle
fromXlib(long display, long window)
public static WindowHandle fromXlib(long display, long window)
Xlib ウィンドウから WindowHandle を作成します
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:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | long | |
| arg1 | int |