Package | Description |
---|---|
org.bridj.jawt |
BridJ JAWT utilities (to get the native peer handle of an AWT
Component ). |
Modifier and Type | Method and Description |
---|---|
static JawtLibrary.JNIEnv |
JAWTUtils.getJNIEnv() |
Modifier and Type | Method and Description |
---|---|
static JAWT |
JAWTUtils.getJAWT(JawtLibrary.JNIEnv env) |
static void |
JAWTUtils.withLockedSurface(JawtLibrary.JNIEnv env,
JAWT awt,
Component component,
JAWTUtils.LockedComponentRunnable runnable) |
Modifier and Type | Method and Description |
---|---|
abstract void |
JAWT.Lock_callback.invoke(Pointer<JawtLibrary.JNIEnv> env) |
abstract void |
JAWT.Unlock_callback.invoke(Pointer<JawtLibrary.JNIEnv> env) |
abstract Pointer<JAWT_DrawingSurface> |
JAWT.GetDrawingSurface_callback.invoke(Pointer<JawtLibrary.JNIEnv> env,
Pointer<?> target) |
abstract Pointer<?> |
JAWT.GetComponent_callback.invoke(Pointer<JawtLibrary.JNIEnv> env,
Pointer<?> platformInfo) |
static boolean |
JawtLibrary.JAWT_GetAWT(Pointer<JawtLibrary.JNIEnv> env,
Pointer<JAWT> awt) |
Copyright © 2009-2020. All Rights Reserved.