public class JAWTUtils extends Object
getNativePeerHandle(java.awt.Component)
Modifier and Type | Class and Description |
---|---|
static interface |
JAWTUtils.LockedComponentRunnable |
Constructor and Description |
---|
JAWTUtils() |
Modifier and Type | Method and Description |
---|---|
static JAWT |
getJAWT(JawtLibrary.JNIEnv env) |
static JawtLibrary.JNIEnv |
getJNIEnv() |
static long |
getNativePeerHandle(Component component) |
static void |
withLockedSurface(JawtLibrary.JNIEnv env,
JAWT awt,
Component component,
JAWTUtils.LockedComponentRunnable runnable) |
public JAWTUtils()
public static JawtLibrary.JNIEnv getJNIEnv()
public static JAWT getJAWT(JawtLibrary.JNIEnv env)
public static void withLockedSurface(JawtLibrary.JNIEnv env, JAWT awt, Component component, JAWTUtils.LockedComponentRunnable runnable)
public static long getNativePeerHandle(Component component)
Copyright © 2009-2020. All Rights Reserved.