Lines Matching defs:windows

70     private static Set<XWindowPeer> windows = new HashSet<XWindowPeer>();
168 windows.add(this);
274 // and TrayIcon balloon windows without a warning window.
891 // make new hash of toplevels of all windows from 'windows' hash.
897 for (XWindowPeer xp : windows) {
1086 // Called when shell changes its size and requires children windows
1136 // getWMState() always returns 0 (Withdrawn) for simple windows. Hence
1137 // we ignore the state for such windows.
1176 windows.remove(this);
1390 // the real WM_TRANSIENT_FOR hint shouldn't be set for windows in
1435 * Returns a Vector of all Java top-level windows,
1453 final int windowsCount = windows.size();
1474 // XQueryTree returns windows sorted by their z-order. However,
1545 * top-level windows are used.
1589 * For modal blocked windows this method looks up for the nearest
1618 * top-level windows are used.
1634 * When a modal dialog is shown, all its blocked windows are lined up into
1637 * blocked windows (even if there are some another modal dialogs between
1651 * T (current chain of this, no windows are blocked by this)
1654 * W1-T-B (merged chain, all the windows are blocked by blockerPeer)
1660 * W1-T-W2-B (merged chain, all the windows are blocked by blockerPeer)
1666 * W1-W2-T-B (merged chain, all the windows are blocked by blockerPeer)
1691 // if there are no windows blocked by modalBlocker, simply add this window
1759 * chain (i. e. all the windows blocked by this one, directly or indirectly),
1760 * if any, and the rest windows from the current chain.
1784 // modal dialogs, their blocked windows should stay in this dialog's chain
2049 // it. Retarget them to the corresponding windows (notice
2082 // it. Retarget them to the corresponding windows (notice
2136 // it. Retarget them to the corresponding windows (notice
2173 // when press occurs outside of the window and not on its owned windows