Lines Matching defs:window
394 * components in the specified window to the specified value.
412 * @param w window for which the lightweight focus request status
1074 * Returns a new input method window, with behavior as specified in
1076 * If the inputContext is not null, the window should return it from its
1077 * getInputContext() method. The window needs to implement
1149 // Support for window closing event notifications
1269 * Sets this window to be excluded from being modally blocked. When the
1272 * window, it's owned windows and child components, even in the
1278 * @param window Window to be marked as not modally blocked
1284 public static void setModalExcluded(Window window)
1289 window.setModalExclusionType(DEFAULT_MODAL_EXCLUSION_TYPE);
1293 * Returns whether the specified window is blocked by modal dialogs.
1297 * @param window Window to test for modal exclusion
1299 * @return true if the window is modal excluded, false otherwise. If
1308 public static boolean isModalExcluded(Window window)
1313 return window.getModalExclusionType().compareTo(DEFAULT_MODAL_EXCLUSION_TYPE) >= 0;
1622 * Grabs the mouse input for the given window. The window must be
1623 * visible. The window or its children do not receive any
1830 * null, if component is not a part of window hierarchy
1911 * Returns whether or not a containing top level window for the passed
1917 * containing toplevel window which is opaque (so per-pixel translucency
1927 * Returns whether or not a containing top level window for the passed
1933 * containing toplevel window which has opacity less than
1944 * method to update the contents of a non-opaque window, or if usual