public final class WindowPosition
extends org.freedesktop.bindings.Constant
Modifier and Type | Field and Description |
---|---|
static WindowPosition |
CENTER
The window should be placed at the center of the screen.
|
static WindowPosition |
CENTER_ALWAYS
The window should be kept at the center even as it resizes.
|
static WindowPosition |
CENTER_ON_PARENT
The window should be kept centered on its (
transient ) parent. |
static WindowPosition |
MOUSE
The window should be placed where the mouse pointer is presently.
|
static WindowPosition |
NONE
No need to request altered placement.
|
public static final WindowPosition CENTER
public static final WindowPosition CENTER_ALWAYS
public static final WindowPosition CENTER_ON_PARENT
transient
) parent.public static final WindowPosition MOUSE
public static final WindowPosition NONE