Searched refs:getWindowAncestor (Results 1 - 25 of 30) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopup.java132 Window window = SwingUtilities.getWindowAncestor(component);
194 window = SwingUtilities.getWindowAncestor(owner);
H A DPopupFactory.java304 getWindowAncestor(owner) : null;
402 Window window = SwingUtilities.getWindowAncestor(
528 Window w = SwingUtilities.getWindowAncestor(owner);
H A DProgressMonitor.java909 return SwingUtilities.getWindowAncestor(src) ==
910 SwingUtilities.getWindowAncestor(dest);
H A DDefaultDesktopManager.java319 Window window = SwingUtilities.getWindowAncestor(f);
730 Window topLevel = SwingUtilities.getWindowAncestor(f);
H A DRepaintManager.java740 SwingUtilities.getWindowAncestor(dirty);
1006 Window w = (c instanceof Window) ? (Window)c : SwingUtilities.getWindowAncestor(c);
1043 Window w = (c instanceof Window) ? (Window)c : SwingUtilities.getWindowAncestor(c);
H A DSwingUtilities.java136 public static Window getWindowAncestor(Component c) { method in class:SwingUtilities
177 source = getWindowAncestor(destination);
184 destination = getWindowAncestor(source);
448 * <code>getWindowAncestor</code>.
457 return getWindowAncestor(c);
H A DJSpinner.java1722 return SwingUtilities.getWindowAncestor(src) ==
1723 SwingUtilities.getWindowAncestor(dest);
H A DToolTipManager.java523 Window win = SwingUtilities.getWindowAncestor(insideComponent);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaEditorPaneUI.java82 final Window owningWindow = SwingUtilities.getWindowAncestor(getComponent());
H A DAquaHighlighter.java73 final Window owningWindow = SwingUtilities.getWindowAncestor(c);
H A DAquaTextAreaUI.java95 final Window owningWindow = SwingUtilities.getWindowAncestor(c);
H A DAquaTextPaneUI.java93 final Window owningWindow = SwingUtilities.getWindowAncestor(c);
H A DAquaMnemonicHandler.java75 final Window winAncestor = (root == null ? null : SwingUtilities.getWindowAncestor(root));
H A DAquaRootPaneUI.java126 final Window owningWindow = SwingUtilities.getWindowAncestor(jmb);
154 final Window owningWindow = SwingUtilities.getWindowAncestor(jmb);
243 final Window owningWindow = SwingUtilities.getWindowAncestor(ancestor);
H A DAquaFocusHandler.java159 final Window window = SwingUtilities.getWindowAncestor(c);
H A DAquaTextFieldUI.java162 final Window owningWindow = SwingUtilities.getWindowAncestor(c);
/openjdk7/jdk/test/javax/swing/JScrollBar/7163696/
H A DTest7163696.java99 SwingUtilities.getWindowAncestor(this.bar).dispose();
/openjdk7/jdk/test/javax/swing/JTree/8003400/
H A DTest8003400.java101 SwingUtilities.getWindowAncestor(pane).dispose();
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsPopupMenuUI.java107 SwingUtilities.getWindowAncestor(repaintRoot);
H A DWindowsRootPaneUI.java168 SwingUtilities.getWindowAncestor(root));
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMaximizableInternalFrame.java160 mainFrame = (JFrame)SwingUtilities.getWindowAncestor(desktop);
H A DVMPanel.java354 SwingUtilities.getWindowAncestor(this);
H A DPlotter.java706 SwingUtilities.getWindowAncestor(this).repaint();
717 SwingUtilities.getWindowAncestor(this).repaint();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicToolBarUI.java472 Window window = SwingUtilities.getWindowAncestor(toolbar);
538 Window window = SwingUtilities.getWindowAncestor(toolbar);
788 Window ancestor = SwingUtilities.getWindowAncestor(toolBar);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalBorders.java261 Window window = SwingUtilities.getWindowAncestor(c);
353 Window window = SwingUtilities.getWindowAncestor(c);

Completed in 79 milliseconds

12