Searched defs:setBoundsPrivate (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DFramePeer.java109 * @see EmbeddedFrame#setBoundsPrivate(int, int, int, int)
113 void setBoundsPrivate(int x, int y, int width, int height); method in interface:FramePeer
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWEmbeddedFramePeer.java62 public void setBoundsPrivate(int x, int y, int width, int height) { method in class:WEmbeddedFramePeer
H A DWFramePeer.java210 public void setBoundsPrivate(int x, int y, int width, int height) { method in class:WFramePeer
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbeddedFramePeer.java205 public void setBoundsPrivate(int x, int y, int width, int height) { method in class:XEmbeddedFramePeer
H A DXFramePeer.java637 public void setBoundsPrivate(int x, int y, int width, int height) { method in class:XFramePeer
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEmbeddedFrame.java366 * setLocationPrivate() and setBoundsPrivate() were introduced, and they
372 * get/setLocationPrivate() and get/setBoundsPrivate() is not recommended.
374 * but getBounds() after setBoundsPrivate() may return unpredictable value.
380 * @see #setBoundsPrivate
386 setBoundsPrivate(x, y, size.width, size.height);
402 * get/setLocationPrivate() and get/setBoundsPrivate() is not recommended.
404 * but getBounds() after setBoundsPrivate() may return unpredictable value.
409 * @see #setBoundsPrivate
427 * setLocationPrivate() and setBoundsPrivate() were introduced, and they
433 * get/setLocationPrivate() and get/setBoundsPrivate() i
447 protected void setBoundsPrivate(int x, int y, int width, int height) { method in class:EmbeddedFrame
537 public void setBoundsPrivate(int x, int y, int width, int height) { method in class:EmbeddedFrame.NullEmbeddedFramePeer
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java603 public void setBoundsPrivate(int x, int y, int width, int height) { method in class:LWWindowPeer

Completed in 41 milliseconds