Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.swing.JScrollPane

Uses of JScrollPane in javax.swing
 

Methods in javax.swing that return JScrollPane
static JScrollPane JTable.createScrollPaneForTable(JTable table)
          Deprecated. 1.0.2, replaced by new JScrollPane(JTable)
 

Methods in javax.swing with parameters of type JScrollPane
 void ScrollPaneLayout.syncWithScrollPane(JScrollPane scrollPane)
           
 java.awt.Rectangle ScrollPaneLayout.getViewportBorderBounds(JScrollPane scrollPane)
          Deprecated. As of Swing 1.1 replaced by getViewportBorderBounds() 55 .