public final class WindowHelper
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
WindowHelper.WindowAccessor |
Modifier and Type | Field and Description |
---|---|
private static WindowHelper.WindowAccessor |
windowAccessor |
Modifier | Constructor and Description |
---|---|
private |
WindowHelper() |
Modifier and Type | Method and Description |
---|---|
private static void |
forceInit(java.lang.Class<?> classToInit) |
(package private) static java.security.AccessControlContext |
getAccessControlContext(Window window) |
static WindowHelper.WindowAccessor |
getWindowAccessor() |
static void |
notifyLocationChanged(Window window,
double x,
double y) |
static void |
notifySizeChanged(Window window,
double width,
double height) |
static void |
setWindowAccessor(WindowHelper.WindowAccessor newAccessor) |
private static WindowHelper.WindowAccessor windowAccessor
public static void notifyLocationChanged(Window window, double x, double y)
public static void notifySizeChanged(Window window, double width, double height)
static java.security.AccessControlContext getAccessControlContext(Window window)
public static void setWindowAccessor(WindowHelper.WindowAccessor newAccessor)
public static WindowHelper.WindowAccessor getWindowAccessor()
private static void forceInit(java.lang.Class<?> classToInit)