Fields Summary |
---|
public final long | MAXIMIZED_VERTInitial state is maximized verticaly |
public final long | MAXIMIZED_HORIZInitial state is maximized horizontaly |
public final long | MAXIMIZEDInitial state is maximized both
horizontaly and verticaly |
public static final int | DECOR_TYPE_FRAMEThe top-level window that has all possible decorations,
has no owner and is displayed in taskbar |
public static final int | DECOR_TYPE_DIALOGThe dialog window |
public static final int | DECOR_TYPE_POPUPThe transient undecorated pop-up window |
public static final int | DECOR_TYPE_UNDECORThe undecoraded pop-up window |
public static final int | DECOR_TYPE_NONENon-MDI child window |
public int | xInitial x. |
public int | yInitial y. |
public int | wInitial width. |
public int | hInitial height. |
public int | decorTypeThe decoration type of the top-level window. The possible values are:
DECOR_TYPE_FRAME, DECOR_TYPE_DIALOG, DECOR_TYPE_POPUP and DECOR_TYPE_UNDECOR |
public boolean | childWindow is child of parent, otherwise it's
toplevel(child of desktop) window owned by parent. |
public boolean | resizableWindow is resizable |
public boolean | undecoratedThe window has no decorations |
public boolean | visibleInitial visibility state. |
public boolean | topmostWindow is ALWAYS topmost in Z order. |
public boolean | disabledWindow is disabled. |
public boolean | iconifiedWindow initially iconified. |
public int | maximizedStateBitwise OR of MAXIMIZED_* constants.
Means if window is initially maximized. |
public boolean | locationByPlatformTells that window position should be determined by native windowing system |
public long | parentIdId of parent or owner window, see child field
For non-child window without owner equals 0. |
public String | nameName wich is displayed on titlebar, taskbar and visible
for system requests. |