Lines Matching refs:Scrollbar

37  * The <code>Scrollbar</code> class embodies a scroll bar, a
44 * <img src="doc-files/Scrollbar-1.gif" alt="Image shows 3 vertical sliders, side-by-side."
51 * redSlider=new Scrollbar(Scrollbar.VERTICAL, 0, 1, 0, 255);
61 * <img src="doc-files/Scrollbar-2.gif"
70 * ranger = new Scrollbar(Scrollbar.HORIZONTAL, 0, 60, 0, 300);
153 * <b>Note</b>: We recommend using a <code>Scrollbar</code>
157 * <code>Scrollbar</code> for this purpose, you are likely to
166 public class Scrollbar extends Component implements Adjustable, Accessible {
179 * The value of the <code>Scrollbar</code>.
191 * The maximum value of the <code>Scrollbar</code>.
202 * The minimum value of the <code>Scrollbar</code>.
213 * The size of the <code>Scrollbar</code>'s bubble.
226 * The <code>Scrollbar</code>'s orientation--being either horizontal
261 * The adjusting status of the <code>Scrollbar</code>.
299 * <table border=1 summary="Scrollbar default properties">
309 * <td><code>Scrollbar.VERTICAL</code></td>
356 public Scrollbar() throws HeadlessException {
364 * values <code>Scrollbar.HORIZONTAL</code>,
365 * or <code>Scrollbar.VERTICAL</code>,
375 public Scrollbar(int orientation) throws HeadlessException {
384 * values <code>Scrollbar.HORIZONTAL</code>,
385 * or <code>Scrollbar.VERTICAL</code>,
404 public Scrollbar(int orientation, int value, int visible, int minimum,
423 synchronized (Scrollbar.class) {
429 * Creates the <code>Scrollbar</code>'s peer. The peer allows you to modify
430 * the appearance of the <code>Scrollbar</code> without changing any of its
445 * <code>Scrollbar.HORIZONTAL</code> or
446 * <code>Scrollbar.VERTICAL</code>
447 * @see java.awt.Scrollbar#setOrientation
457 * <code>Scrollbar.HORIZONTAL</code> or
458 * <code>Scrollbar.VERTICAL</code>
459 * @see java.awt.Scrollbar#getOrientation
499 * @see java.awt.Scrollbar#getMinimum
500 * @see java.awt.Scrollbar#getMaximum
525 * @see java.awt.Scrollbar#setValues
526 * @see java.awt.Scrollbar#getValue
527 * @see java.awt.Scrollbar#getMinimum
528 * @see java.awt.Scrollbar#getMaximum
540 * @see java.awt.Scrollbar#getValue
541 * @see java.awt.Scrollbar#getMaximum
567 * @see java.awt.Scrollbar#setValues
568 * @see java.awt.Scrollbar#setMaximum
584 * @see java.awt.Scrollbar#getValue
585 * @see java.awt.Scrollbar#getMinimum
612 * @see java.awt.Scrollbar#setValues
613 * @see java.awt.Scrollbar#setMinimum
651 * @see java.awt.Scrollbar#setVisibleAmount
698 * @see java.awt.Scrollbar#getVisibleAmount
699 * @see java.awt.Scrollbar#setValues
721 * @see java.awt.Scrollbar#getUnitIncrement
757 * @see java.awt.Scrollbar#setUnitIncrement
786 * @see java.awt.Scrollbar#getBlockIncrement
822 * @see java.awt.Scrollbar#setBlockIncrement
1021 * upon this <code>Scrollbar</code>.
1029 * <code>Scrollbar</code> <code>c</code>
1082 * @see java.awt.Scrollbar#processAdjustmentEvent
1113 * @see java.awt.Scrollbar#addAdjustmentListener
1125 * Returns a string representing the state of this <code>Scrollbar</code>.
1185 * <code>Scrollbar</code>.
1220 * <code>Scrollbar</code>. For scrollbars, the
1238 * <code>Scrollbar</code> class. It provides an implementation of