Searched refs:reparent (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DComponentPeer.java513 void reparent(ContainerPeer newContainer); method in interface:ComponentPeer
519 * @return true if appropriate reparent is supported, false otherwise
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedServerTester.java48 boolean reparent; field in class:XEmbedServerTester
67 reparent = false;
176 reparent = false;
181 reparent = true;
386 XBaseWindow.PARENT_WINDOW, Long.valueOf(reparent?XToolkit.getDefaultRootWindow():parent),
398 if (reparent) {
H A DXEmbedChildProxyPeer.java365 public void reparent(ContainerPeer newNativeParent) { method in class:XEmbedChildProxyPeer
H A DXComponentPeer.java174 public void reparent(ContainerPeer newNativeParent) { method in class:XComponentPeer
/openjdk7/jdk/test/java/awt/Component/isLightweightCrash/
H A DStubPeerCrash.java130 public void reparent(ContainerPeer newContainer){}; method in class:StubComponentPeer
133 * @return true if appropriate reparent is supported, false otherwise
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DScriptAndLanguage.cpp127 return scriptTable->findLanguage(scriptTable, languageTag, success, exactMatch).reparent(base);
H A DLETableReference.h210 LETableReference &reparent(const LETableReference &base) { function in class:LETableReference
357 LEReferenceToArrayOf<T> &reparent(const LETableReference &base) { function in class:LEReferenceToArrayOf
417 LEReferenceTo<T> &reparent(const LETableReference &base) { function in class:LEReferenceTo
/openjdk7/jdk/src/share/classes/sun/awt/
H A DNullComponentPeer.java275 * @see java.awt.peer.ComponentPeer#reparent
277 public void reparent(ContainerPeer newNativeParent) { method in class:NullComponentPeer
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCFileDialog.java376 public void reparent(ContainerPeer newContainer) { method in class:CFileDialog
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java772 public void reparent(ContainerPeer newContainer) { method in class:LWComponentPeer
774 throw new UnsupportedOperationException("ComponentPeer.reparent()");
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWComponentPeer.java999 * @see java.awt.peer.ComponentPeer#reparent
1001 public void reparent(ContainerPeer newNativeParent) { method in class:WComponentPeer
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java791 // If it is container it might contain heavyweight children we need to reparent
797 comp.getPeer().reparent(parentPeer);
813 // If component is lightweight container we need to reparent all its explicit heavyweight children
819 comp.getPeer().reparent((ContainerPeer)getPeer());
858 // In both cases we need to reparent native widgets.
862 // Native container changed - need to reparent native widgets

Completed in 76 milliseconds