Searched defs:reshape (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDialogPeer.java121 public void reshape(int x, int y, int width, int height) { method in class:WDialogPeer
123 super.reshape(x, y, width, height);
H A DWChoicePeer.java75 public synchronized native void reshape(int x, int y, int width, int height); method in class:WChoicePeer
H A DWFramePeer.java139 public void reshape(int x, int y, int width, int height) { method in class:WFramePeer
141 super.reshape(x, y, width, height);
H A DWPrintDialogPeer.java125 public void reshape(int x, int y, int width, int height) {} method in class:WPrintDialogPeer
H A DWFileDialogPeer.java248 public void reshape(int x, int y, int width, int height) {} method in class:WFileDialogPeer
H A DWComponentPeer.java156 reshape(x, y, width, height);
299 public synchronized native void reshape(int x, int y, int width, int height); method in class:WComponentPeer
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWCheckboxPeer.java181 public void reshape(final int x, final int y, final int w, method in class:LWCheckboxPeer.CheckboxDelegate
183 super.reshape(x, y, w, h);
/openjdk7/jdk/src/share/classes/java/awt/
H A DRectangle.java359 reshape(x, y, width, height);
406 reshape(newx, newy, neww, newh);
436 public void reshape(int x, int y, int width, int height) { method in class:Rectangle
952 reshape(x1, y1, (int) x2, (int) y2);
1013 reshape(r.x, r.y, r.width, r.height);
1039 reshape(tx1, ty1, (int) tx2, (int) ty2);
1115 reshape((int) x0, (int) y0, (int) x1, (int) y1);
H A DWindow.java942 public void reshape(int x, int y, int width, int height) { method in class:Window
952 super.reshape(x, y, width, height);
H A DComponent.java2243 reshape(x, y, width, height);
2251 public void reshape(int x, int y, int width, int height) { method in class:Component
2276 // LightwightPeer is an empty stub so can skip peer.reshape
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMenuBarPeer.java380 * reshape(...) and updateChildrenSizes()
382 public void reshape(int x, int y, int width, int height) { method in class:XMenuBarPeer
386 super.reshape(x, y, width, height);
H A DXEmbedChildProxyPeer.java315 public void reshape(int x, int y, int width, int height) { method in class:XEmbedChildProxyPeer
H A DXDecoratedPeer.java315 reshape(dimensions, SET_SIZE, false);
402 reshape(dimensions, SET_BOUNDS, false);
404 reshape(dimensions, SET_SIZE, false);
486 public void reshape(WindowDimensions newDimensions, int op, method in class:XDecoratedPeer
490 insLog.fine("Reshaping " + this + " to " + newDimensions + " op " + op + " user reshape " + userReshape);
510 insLog.fine("- not reparented({0}) or not visible({1}), default reshape",
585 private void reshape(int x, int y, int width, int height, int operation, method in class:XDecoratedPeer
620 reshape(dims, operation, userReshape);
631 reshape(x, y, width, height, op, true);
H A DXComponentPeer.java148 reshape(r.x, r.y, r.width, r.height);
466 public void reshape(int x, int y, int width, int height) { method in class:XComponentPeer
H A DXWindow.java1280 public void reshape(Rectangle bounds) { method in class:XWindow
1281 reshape(bounds.x, bounds.y, bounds.width, bounds.height);
1284 public void reshape(int x, int y, int width, int height) { method in class:XWindow
/openjdk7/jdk/src/share/classes/sun/awt/
H A DNullComponentPeer.java123 public void reshape(int x, int y, int width, int height) { method in class:NullComponentPeer
/openjdk7/jdk/test/java/awt/Component/isLightweightCrash/
H A DStubPeerCrash.java187 public void reshape(int x, int y, int width, int height){}; method in class:StubComponentPeer
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJInternalFrame.java1493 public void reshape(int x, int y, int width, int height) { method in class:JInternalFrame
1494 super.reshape(x, y, width, height);
H A DJViewport.java831 * @see JComponent#reshape(int, int, int, int)
833 public void reshape(int x, int y, int w, int h) { method in class:JViewport
838 super.reshape(x, y, w, h);
H A DJComponent.java4207 public void reshape(int x, int y, int w, int h) { method in class:JComponent
4208 super.reshape(x, y, w, h);

Completed in 146 milliseconds