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

/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DFramePeer.java122 * @see EmbeddedFrame#getBoundsPrivate()
126 Rectangle getBoundsPrivate(); method in interface:FramePeer
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWEmbeddedFramePeer.java66 public native Rectangle getBoundsPrivate(); method in class:WEmbeddedFramePeer
H A DWFramePeer.java213 public Rectangle getBoundsPrivate() { method in class:WFramePeer
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbeddedFramePeer.java209 public Rectangle getBoundsPrivate() { method in class:XEmbeddedFramePeer
H A DXFramePeer.java641 public Rectangle getBoundsPrivate() { method in class:XFramePeer
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEmbeddedFrame.java373 * For example, calling getBoundsPrivate() after setLocation() works fine,
381 * @see #getBoundsPrivate
396 * of embedded frame getLocationPrivate() and getBoundsPrivate() were
403 * For example, calling getBoundsPrivate() after setLocation() works fine,
410 * @see #getBoundsPrivate
414 Rectangle bounds = getBoundsPrivate();
434 * For example, calling getBoundsPrivate() after setLocation() works fine,
444 * @see #getBoundsPrivate
461 * of embedded frames getLocationPrivate() and getBoundsPrivate() were
468 * For example, calling getBoundsPrivate() afte
478 protected Rectangle getBoundsPrivate() { method in class:EmbeddedFrame
540 public Rectangle getBoundsPrivate() { method in class:EmbeddedFrame.NullEmbeddedFramePeer
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java608 public Rectangle getBoundsPrivate() { method in class:LWWindowPeer

Completed in 51 milliseconds