Searched defs:setBounds (Results 26 - 50 of 50) sorted by relevance

12

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextFieldPeer.java116 setBounds(x, y, width, height, SET_BOUNDS);
432 public void setBounds(int x, int y, int width, int height, int op) { method in class:XTextFieldPeer
433 super.setBounds(x, y, width, height, op);
453 xtext.setBounds(childX,childY,width,height);
H A DXDecoratedPeer.java627 * @see java.awt.peer.ComponentPeer#setBounds
629 public void setBounds(int x, int y, int width, int height, int op) { method in class:XDecoratedPeer
H A DXComponentPeer.java456 public void setBounds(int x, int y, int width, int height, int op) { method in class:XComponentPeer
467 setBounds(x, y, width, height, SET_BOUNDS);
H A DXTextAreaPeer.java117 setBounds(x, y, width, height, SET_BOUNDS);
317 public void setBounds(int x, int y, int width, int height, int op) { method in class:XTextAreaPeer
318 super.setBounds(x, y, width, height, op);
338 textPane.setBounds(childX,childY,width,height);
H A DXWindowPeer.java479 //Since events are not posted from Component.setBounds we need to send them here.
482 public void setBounds(int x, int y, int width, int height, int op) { method in class:XWindowPeer
487 super.setBounds(x, y, width, height, op);
1063 // Ergo, no reshape and bugs like 5085647 in case setBounds was
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DJTableHeader.java1368 public void setBounds(Rectangle r) { method in class:JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
1371 ((AccessibleComponent) ac).setBounds(r);
1375 c.setBounds(r);
/openjdk7/jdk/src/share/classes/java/awt/
H A DList.java1853 public void setBounds(Rectangle r) { method in class:List.AccessibleAWTList.AccessibleAWTListChild
H A DWindow.java117 * <code>setBounds</code> are requests (not directives) which are
828 * If the {@code setSize} or {@code setBounds} methods
881 * @see #setBounds
903 * @see #setBounds
939 * replaced by <code>setBounds(int, int, int, int)</code>.
958 setBounds(x, y, w, h);
3383 * <code>setBounds</code> after calling <code>setLocationByPlatform</code> clear
3465 public void setBounds(int x, int y, int width, int height) { method in class:Window
3472 super.setBounds(x, y, width, height);
3499 public void setBounds(Rectangl method in class:Window
[all...]
H A DComponent.java695 * Pseudoparameter for direct Geometry API (setLocation, setBounds setSize
696 * to signal setBounds what's changing. Should be used under TreeLock.
2075 * @see #setBounds
2091 setBounds(x, y, width, height);
2107 * @see #setBounds
2150 * @see #setBounds
2166 setBounds(x, y, width, height);
2181 * @see #setBounds
2204 * @see #setBounds
2242 public void setBounds(in method in class:Component
2386 public void setBounds(Rectangle r) { method in class:Component
9483 public void setBounds(Rectangle r) { method in class:Component.AccessibleAWTComponent
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCFileDialog.java394 public void setBounds(int x, int y, int width, int height, int op) { method in class:CFileDialog
H A DCPlatformWindow.java472 public void setBounds(int x, int y, int w, int h) { method in class:CPlatformWindow
501 setBounds(toBounds.x, toBounds.y, toBounds.width, toBounds.height);
517 setBounds(toBounds.x, toBounds.y, toBounds.width, toBounds.height);
686 setBounds(bounds.x, bounds.y, bounds.width, bounds.height);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWWindowPeer.java230 // setLocation() or setBounds() to another one before its peer has been created,
546 // 1. the WWindowPeer.setBounds() method.
556 public void setBounds(int x, int y, int width, int height, int op) { method in class:WWindowPeer
562 super.setBounds(x, y, width, height, op);
H A DWComponentPeer.java147 public void setBounds(int x, int y, int width, int height, int op) { method in class:WComponentPeer
159 // Only recreate surfaceData if this setBounds is called
803 setBounds(r.x, r.y, r.width, r.height, SET_BOUNDS);
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java63 setBounds(xMin, yMin, xMax, yMax, strokeControl);
66 public void setBounds(int xMin, int yMin, int xMax, int yMax) method in class:ProcessPath.DrawHandler
90 public void setBounds(int xMin, int yMin, int xMax, int yMax, method in class:ProcessPath.DrawHandler
94 setBounds(xMin, yMin, xMax, yMax);
103 setBounds(bxMin, byMin, bxMax, byMax);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java928 info.setBounds(insets, width, ltr);
3656 public void setBounds(Insets insets, int parentWidth, boolean ltr) { method in class:GroupLayout.ComponentInfo
3665 component.setBounds(x + insets.left, y + insets.top, w, h);
H A DJList.java3628 public void setBounds(Rectangle r) { method in class:JList.AccessibleJList.AccessibleJListChild
3631 ((AccessibleComponent) ac).setBounds(r);
H A DJTabbedPane.java2275 public void setBounds(Rectangle r) { method in class:JTabbedPane.Page
H A DJTree.java5198 public void setBounds(Rectangle r) { method in class:JTree.AccessibleJTree.AccessibleJTreeNode
5201 ((AccessibleComponent) ac).setBounds(r);
5205 c.setBounds(r);
H A DJTable.java2974 r.setBounds(r.x + cm/2, r.y + rm/2, r.width - cm, r.height - rm);
3516 editorComp.setBounds(getCellRect(row, column, false));
8634 public void setBounds(Rectangle r) { method in class:JTable.AccessibleJTable.AccessibleJTableCell
8637 ((AccessibleComponent) ac).setBounds(r);
8641 c.setBounds(r);
9451 public void setBounds(Rectangle r) { method in class:JTable.AccessibleJTable.AccessibleJTableHeaderCell
9454 ((AccessibleComponent) ac).setBounds(r);
9458 c.setBounds(r);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DAccessibleHTML.java650 public void setBounds(Rectangle r) { method in class:AccessibleHTML.HTMLAccessibleContext
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java299 setBounds(target.getBounds());
507 public void setBounds(Rectangle r) { method in class:LWComponentPeer
508 setBounds(r.x, r.y, r.width, r.height, SET_BOUNDS);
515 public void setBounds(int x, int y, int w, int h, int op) { method in class:LWComponentPeer
516 setBounds(x, y, w, h, op, true, false);
519 protected void setBounds(int x, int y, int w, int h, int op, boolean notify, method in class:LWComponentPeer
541 delegateContainer.setBounds(0, 0, w, h);
542 delegate.setBounds(delegateContainer.getBounds());
549 platformComponent.setBounds(locationInWindow.x, locationInWindow.y, w,
H A DLWWindowPeer.java369 public void setBounds(int x, int y, int w, int h, int op) { method in class:LWWindowPeer
404 setBounds(x, y, w, h, op, false, false);
407 platformWindow.setBounds(r.x, r.y, r.width, r.height);
604 setBounds(x, y, width, height, SET_BOUNDS | NO_EMBEDDED_CHECK);
692 setBounds(x, y, w, h, SET_BOUNDS, false, false);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java1908 // <editor-fold defaultstate="collapsed" desc="setBounds">
1917 public void setBounds(TypeVar t, List<Type> bounds, Type supertype) { method in class:Types
1926 * Same as {@link #setBounds(Type.TypeVar,List,Type)}, except that
1932 * setBounds may not be called during a classfile read.
1934 public void setBounds(TypeVar t, List<Type> bounds) { method in class:Types
1937 setBounds(t, bounds, supertype);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java1039 public void setBounds(int x, int y, int width, int height) { method in class:FilePane.DetailsTableCellRenderer
1047 super.setBounds(x, y, width, height);
1379 editCell.setBounds(editX + r.x, r.y, r.width - editX, r.height);
1381 editCell.setBounds(r.x, r.y, r.width - editX, r.height);
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java126 protected void setBounds(int x, int y, int w, int h) { method in class:OSXSurfaceData
381 userBounds.setBounds(x, y, width, height);
1091 r3.setBounds(tx1, ty1, (int) tx2, (int) ty2);
1102 copyAreaBounds.setBounds(sg2d.devClip.getLoX(), sg2d.devClip.getLoY(), sg2d.devClip.getWidth(), sg2d.devClip.getHeight());
1109 srcCopyAreaRect.setBounds(x, y, w, h);
1117 dstCopyAreaRect.setBounds(srcCopyAreaRect.x + dx, srcCopyAreaRect.y + dy, srcCopyAreaRect.width, srcCopyAreaRect.height);
1129 finalCopyAreaRect.setBounds(x, y, w, h);

Completed in 246 milliseconds

12