WindowHandle
Inheritance: java.lang.Object
public class WindowHandle
Kapselter Fenster-Handle für verschiedene Plattformen.
Methoden
| Methode | Beschreibung |
|---|---|
| equals(Object arg0) | |
| fromWayland(long display, long surface) | Erstelle WindowHandle aus einer Wayland-Oberfläche |
| fromWin32(long hWnd) | Die native HWND-Instanz in einer Windows-Umgebung. |
| fromXlib(long display, long window) | Erstelle WindowHandle aus einem Xlib-Fenster |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
fromWayland(long display, long surface)
public static WindowHandle fromWayland(long display, long surface)
Erstelle WindowHandle aus einer Wayland-Oberfläche
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| display | long | Die Anzeigeinstanz des Wayland-Servers |
| Oberfläche | long | Der Handle der Oberfläche |
Returns: WindowHandle
fromWin32(long hWnd)
public static WindowHandle fromWin32(long hWnd)
Die native HWND-Instanz in einer Windows-Umgebung.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| hWnd | long | Der Handle des nativen Win32-Fensters |
Returns: WindowHandle
fromXlib(long display, long window)
public static WindowHandle fromXlib(long display, long window)
Erstelle WindowHandle aus einem Xlib-Fenster
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| display | long | Die Anzeigeinstanz des X-Servers |
| Fenster | long | Der Handle des Fensters |
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:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long | |
| arg1 | int |