Searched defs:reparent (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
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/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/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/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/solaris/classes/sun/awt/X11/
H A DXEmbedChildProxyPeer.java365 public void reparent(ContainerPeer newNativeParent) { method in class:XEmbedChildProxyPeer
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 DXComponentPeer.java174 public void reparent(ContainerPeer newNativeParent) { method in class:XComponentPeer
/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

Completed in 49 milliseconds