Searched refs:repaintRoot (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsPopupMenuUI.java96 JRootPane repaintRoot = null; field in class:WindowsPopupMenuUI.MnemonicListener
105 if (repaintRoot != null) {
107 SwingUtilities.getWindowAncestor(repaintRoot);
114 repaintRoot = SwingUtilities.getRootPane(c);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DRepaintManager.java154 // the PaintManager calls into repaintRoot, and if we're still in
155 // the process of painting the repaintRoot field is set to the JRootPane
157 // paintImmediately will be invoked on the repaintRoot. In this
166 * If the PaintManager calls into repaintRoot during painting this field
169 private JComponent repaintRoot; field in class:RepaintManager
825 // If the repaintRoot has been set, service it now and
826 // remove any components that are children of repaintRoot.
827 if (repaintRoot != null) {
828 adjustRoots(repaintRoot, roots, i + 1);
831 repaintRoot
1567 protected void repaintRoot(JComponent root) { method in class:RepaintManager.PaintManager
[all...]
H A DBufferStrategyPaintManager.java382 repaintRoot(rootJ);
557 repaintRoot(rootJ);

Completed in 34 milliseconds