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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJScrollBar.java81 public class JScrollBar extends JComponent implements Adjustable, Accessible class in inherits:JComponent,Adjustable,Accessible
152 public JScrollBar(int orientation, int value, int extent, int min, int max) method in class:JScrollBar
175 public JScrollBar(int orientation) { method in class:JScrollBar
189 public JScrollBar() { method in class:JScrollBar
267 * enum: VERTICAL JScrollBar.VERTICAL
268 * HORIZONTAL JScrollBar.HORIZONTAL
655 * to this JScrollBar with addAdjustmentListener().
778 * Returns a string representation of this JScrollBar. This method
784 * @return a string representation of this JScrollBar.
801 * Gets the AccessibleContext associated with this JScrollBar
[all...]

Completed in 45 milliseconds