Searched refs:scroll (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DListHelper.java288 // FIXME: need to account for horiz scroll bar
290 assert false : "Implement for horiz scroll bar";
297 * If the given index is not visible in the List, scroll so that it is.
613 * Pass in the vertical and horizontal scroll bar (or null for none/hidden)
622 XScrollbar scroll = null;
625 // Determine which, if any, sb to scroll
627 scroll = vsb;
630 scroll = hsb;
638 // Check if scroll is necessary
639 if ((wheelRotation < 0 && scroll
[all...]
H A DXScrollPanePeer.java204 // If we did, we need to scroll to the top and/or right of of
230 scroll(x, y, VERTICAL | HORIZONTAL);
252 scroll(-1, v, VERTICAL);
255 scroll(v, -1, HORIZONTAL);
260 scroll(x, y, VERTICAL | HORIZONTAL);
263 void scroll(int x, int y, int flag) { method in class:XScrollPanePeer
264 scroll(x, y, flag, AdjustmentEvent.TRACK);
270 void scroll(int x, int y, int flag, int type) { method in class:XScrollPanePeer
528 scroll(-1, v, VERTICAL, type);
530 scroll(
[all...]
H A DXScrollbar.java36 * A simple vertical scroll bar.
42 * The thread that asynchronously tells the scrollbar to scroll.
80 int arrowArea; // The area reserved for the scroll arrows
121 if (log.isLoggable(PlatformLogger.FINER)) log.finer("Setting scroll bar " + this + " size to " + width + "x" + height);
154 * Gets the area of the scroll track
339 // Make sure that we scroll at least once
340 scroll();
342 // wake up the scroll repeater
359 // Make sure that we scroll at least once
360 scroll();
388 void scroll() { method in class:XScrollbar
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicScrollPaneUI.java525 * If the scroll pane's
732 scroll(scrollPane, SwingConstants.VERTICAL, -1, true);
735 scroll(scrollPane, SwingConstants.VERTICAL, 1, true);
744 scroll(scrollPane, SwingConstants.VERTICAL, -1, false);
747 scroll(scrollPane, SwingConstants.VERTICAL, 1, false);
750 scroll(scrollPane, SwingConstants.HORIZONTAL, ltr ? -1 : 1,
754 scroll(scrollPane, SwingConstants.HORIZONTAL, ltr ? 1 : -1,
758 scroll(scrollPane, SwingConstants.HORIZONTAL, ltr ? -1 : 1,
762 scroll(scrollPane, SwingConstants.HORIZONTAL, ltr ? 1 : -1,
797 private void scroll(JScrollPan method in class:BasicScrollPaneUI.Actions
[all...]
H A DBasicScrollBarUI.java971 * If limitByBlock is set to true, the scrollbar will scroll at least 1
972 * unit increment, but will not scroll farther than the block increment.
1526 scroll(scrollBar, POSITIVE_SCROLL, false);
1529 scroll(scrollBar, POSITIVE_SCROLL, true);
1532 scroll(scrollBar, NEGATIVE_SCROLL, false);
1535 scroll(scrollBar, NEGATIVE_SCROLL, true);
1538 scroll(scrollBar, BasicScrollBarUI.MIN_SCROLL, true);
1541 scroll(scrollBar, BasicScrollBarUI.MAX_SCROLL, true);
1544 private void scroll(JScrollBar scrollBar, int dir, boolean block) { method in class:BasicScrollBarUI.Actions
H A DBasicSliderUI.java1346 * in the thumb. The default behavior is to scroll by block. You can
1913 SHARED_ACTION.scroll(slider, BasicSliderUI.this, dir, block);
1950 SHARED_ACTION.scroll(slider, ui, dir, block);
1985 scroll(slider, ui, POSITIVE_SCROLL, false);
1987 scroll(slider, ui, NEGATIVE_SCROLL, false);
1989 scroll(slider, ui, POSITIVE_SCROLL, true);
1991 scroll(slider, ui, NEGATIVE_SCROLL, true);
1993 scroll(slider, ui, MIN_SCROLL, false);
1995 scroll(slider, ui, MAX_SCROLL, false);
1999 private void scroll(JSlide method in class:BasicSliderUI.Actions
[all...]
H A DBasicTreeUI.java2282 * is invoked to scroll as many of the children to visible as possible
2283 * (tries to scroll to last visible descendant of path).
2491 * the lead of the selection. This does not scroll.
4147 scroll(tree, ui, SwingConstants.HORIZONTAL, -10);
4150 scroll(tree, ui, SwingConstants.HORIZONTAL, 10);
4211 private void scroll(JTree component, BasicTreeUI ui, int direction, method in class:BasicTreeUI.Actions
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalBorders.java842 JScrollPane scroll = (JScrollPane)c;
843 JComponent colHeader = scroll.getColumnHeader();
848 JComponent rowHeader = scroll.getRowHeader();
/openjdk7/langtools/test/tools/javac/failover/
H A DCheckAttributedTree.java636 scroll(body, getMinPos(enclPanel.info, selfPanel.info));
692 private void scroll(final JTextArea t, final int pos) { method in class:CheckAttributedTree.Viewer
694 // before the scroll happens; otherwise scrollRectToVisible doesn't work.
/openjdk7/langtools/test/tools/javac/tree/
H A DTreePosTest.java624 scroll(body, getMinPos(enclPanel.info, selfPanel.info));
680 private void scroll(final JTextArea t, final int pos) { method in class:TreePosTest.Viewer
682 // before the scroll happens; otherwise scrollRectToVisible doesn't work.
/openjdk7/make/scripts/
H A Dwebrev.ksh748 // Set location and scroll back a little to expose previous
753 // scroll to that location directly.

Completed in 113 milliseconds