Searched refs:scrollRectToVisible (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTreeUI.java78 tree.scrollRectToVisible(scrollBounds);
101 tree.scrollRectToVisible(new Rectangle(visRect.x, beginY, 1,
/openjdk7/jdk/test/sun/java2d/DirectX/SwingOnScreenScrollingTest/
H A DSwingOnScreenScrollingTest.java98 test.scrollRectToVisible(new Rectangle(0, y, 100, 100));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DObjectHistogramPanel.java311 table.scrollRectToVisible(cellBounds);
322 table.scrollRectToVisible(cellBounds);
H A DSourceCodePanel.java262 source.scrollRectToVisible(rect);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java1357 * unit increment of the Scrollable using scrollRectToVisible. If the
1368 c.scrollRectToVisible(r);
1373 c.scrollRectToVisible(r);
1380 c.scrollRectToVisible(r);
1385 c.scrollRectToVisible(r);
H A DJTextField.java767 public void scrollRectToVisible(Rectangle r) { method in class:JTextField
H A DJEditorPane.java425 scrollRectToVisible(new Rectangle(0,0,1,1));
820 * <code>scrollRectToVisible</code> method to
848 scrollRectToVisible(r);
H A DJViewport.java386 public void scrollRectToVisible(Rectangle contentRect) { method in class:JViewport
393 // If the view is not valid, validate. scrollRectToVisible
443 // (scrollRectToVisible) is called is to reset the
457 // behavior by way of scrollRectToVisible, for
496 /* Used by the scrollRectToVisible method to determine the
H A DJComponent.java3080 * Forwards the <code>scrollRectToVisible()</code> message to the
3088 public void scrollRectToVisible(Rectangle aRect) { method in class:JComponent
3107 ((JComponent)parent).scrollRectToVisible(aRect);
3123 * events by calling <code>scrollRectToVisible</code> with a
3131 * listener that calls <code>scrollRectToVisible</code>.
3137 * ((JPanel)e.getSource()).scrollRectToVisible(r);
H A DJList.java1137 * cell completely visible. This calls {@code scrollRectToVisible} with
1145 * @see JComponent#scrollRectToVisible
1151 scrollRectToVisible(cellBounds);
H A DJTree.java2135 scrollRectToVisible(bounds);
H A DJTable.java2466 scrollRectToVisible(cellRect);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DExtendedSatelliteComponent.java169 component.scrollRectToVisible(visibleRect);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DExtendedSatelliteComponent.java172 component.scrollRectToVisible(visibleRect);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultCaret.java275 * the scrollRectToVisible method is called on the
285 component.scrollRectToVisible(nloc);
1623 component.scrollRectToVisible(r);
H A DDefaultEditorKit.java1494 target.scrollRectToVisible(newVis);
H A DJTextComponent.java4922 scrollRectToVisible(d);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java1943 tree.scrollRectToVisible(scrollBounds);
1964 tree.scrollRectToVisible(new Rectangle(visRect.x, beginY, 1,
4197 tree.scrollRectToVisible(visRect);
4227 component.scrollRectToVisible(visRect);
4516 tree.scrollRectToVisible(newRect);
H A DBasicTableUI.java555 table.scrollRectToVisible(cellRect);
584 table.scrollRectToVisible(cellRect);
H A DBasicTableHeaderUI.java521 table.scrollRectToVisible(vis);
H A DBasicListUI.java2281 list.scrollRectToVisible(cellBounds);
2773 list.scrollRectToVisible(cellBounds);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java191 detailsTable.scrollRectToVisible(cellRect);
1709 detailsTable.scrollRectToVisible(detailsTable.getCellRect(i, COLUMN_FILENAME, true));
/openjdk7/langtools/test/tools/javac/failover/
H A DCheckAttributedTree.java694 // before the scroll happens; otherwise scrollRectToVisible doesn't work.
703 t.scrollRectToVisible(r);
/openjdk7/langtools/test/tools/javac/tree/
H A DTreePosTest.java682 // before the scroll happens; otherwise scrollRectToVisible doesn't work.
691 t.scrollRectToVisible(r);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java2311 scrollRectToVisible(cellBounds);

Completed in 272 milliseconds

12