JavaTM 2 Platform
Std. Ed. v1.3

Uses of Class
javax.swing.JScrollPane

Packages that use JScrollPane
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.plaf.basic Provides user interface objects built according to the Basic look-and-feel. 
javax.swing.plaf.metal Provides user interface objects built according to the ``metal'' look-and-feel. 
 

Uses of JScrollPane in javax.swing
 

Methods in javax.swing that return JScrollPane
static JScrollPane JTable.createScrollPaneForTable(JTable aTable)
          Deprecated. As of Swing version 1.0.2, replaced by new JScrollPane(aTable).
 

Methods in javax.swing with parameters of type JScrollPane
 void ScrollPaneLayout.syncWithScrollPane(JScrollPane sp)
          This method must be called after setting a JScrollPanes layout manager.
 Rectangle ScrollPaneLayout.getViewportBorderBounds(JScrollPane scrollpane)
          Deprecated. As of JDK version Swing1.1 replaced by JScrollPane.getViewportBorderBounds().
 

Constructors in javax.swing with parameters of type JScrollPane
JScrollPane.ScrollBar(int orientation)
          Creates a scrollbar with the specified orientation, where the options are: JScrollPane.VERTICAL JScrollPane.HORIZONTAL
JScrollPane.AccessibleJScrollPane()
          Constructor to set up listener on viewport.
 

Uses of JScrollPane in javax.swing.plaf.basic
 

Fields in javax.swing.plaf.basic declared as JScrollPane
protected  JScrollPane BasicComboPopup.scroller
           
protected  JScrollPane BasicScrollPaneUI.scrollpane
           
 

Methods in javax.swing.plaf.basic that return JScrollPane
protected  JScrollPane BasicComboPopup.createScroller()
          Creates the JScrollPane that is used in the popup to hold the list.
protected  JScrollPane BasicTreeUI.ComponentHandler.getScrollPane()
          Returns the JScrollPane housing the JTree, or null if one isn't found.
 

Methods in javax.swing.plaf.basic with parameters of type JScrollPane
protected  void BasicScrollPaneUI.installDefaults(JScrollPane scrollpane)
           
protected  void BasicScrollPaneUI.installListeners(JScrollPane c)
           
protected  void BasicScrollPaneUI.installKeyboardActions(JScrollPane c)
           
protected  void BasicScrollPaneUI.uninstallDefaults(JScrollPane c)
           
protected  void BasicScrollPaneUI.uninstallKeyboardActions(JScrollPane c)
           
 

Uses of JScrollPane in javax.swing.plaf.metal
 

Methods in javax.swing.plaf.metal with parameters of type JScrollPane
 void MetalScrollPaneUI.installListeners(JScrollPane scrollPane)
           
 void MetalScrollPaneUI.uninstallListeners(JScrollPane scrollPane)
           
 


JavaTM 2 Platform
Std. Ed. v1.3

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.