Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.JScrollBar

Packages that use JScrollBar
com.sun.java.swing Provides a set of "lightweight" (all-Java
 

Uses of JScrollBar in com.sun.java.swing
 

Subclasses of JScrollBar in com.sun.java.swing
protected   JScrollPane.ScrollBar
          By default JScrollPane creates scrollbars that are instances of this class.
 

Fields in com.sun.java.swing declared as JScrollBar
protected  JScrollBar JScrollPane.verticalScrollBar
          The scrollpanes vertical scrollbar child.
protected  JScrollBar JScrollPane.horizontalScrollBar
          The scrollpanes horizontal scrollbar child.
protected  JScrollBar ScrollPaneLayout.vsb
          The scrollpanes vertical scrollbar child.
protected  JScrollBar ScrollPaneLayout.hsb
          The scrollpanes horizontal scrollbar child.
 

Methods in com.sun.java.swing that return JScrollBar
 JScrollBar JScrollPane.createHorizontalScrollBar()
          Used by ScrollPaneUI implementations to create the horizontal scrollbar.
 JScrollBar JScrollPane.getHorizontalScrollBar()
           
 JScrollBar JScrollPane.createVerticalScrollBar()
          Used by ScrollPaneUI implementations to create the vertical scrollbar.
 JScrollBar JScrollPane.getVerticalScrollBar()
           
 JScrollBar ScrollPaneLayout.getHorizontalScrollBar()
           
 JScrollBar ScrollPaneLayout.getVerticalScrollBar()
           
 

Methods in com.sun.java.swing with parameters of type JScrollBar
 void JScrollPane.setHorizontalScrollBar(JScrollBar horizontalScrollBar)
          Add the scrollbar that controls the viewports horizontal view position to the scrollpane.
 void JScrollPane.setVerticalScrollBar(JScrollBar verticalScrollBar)
          Add the scrollbar that controls the viewports vertical view position to the scrollpane.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.