Java Platform 1.2
Beta 4

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

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

Uses of JViewport in com.sun.java.swing
 

Fields in com.sun.java.swing declared as JViewport
protected  JViewport JScrollPane.viewport
          The scrollpanes viewport child.
protected  JViewport JScrollPane.rowHeader
          The row header child.
protected  JViewport JScrollPane.columnHeader
          The column header child.
protected  JViewport JScrollPane.AccessibleJScrollPane.viewPort
           
protected  JViewport ScrollPaneLayout.viewport
          The scrollpanes viewport child.
protected  JViewport ScrollPaneLayout.rowHead
          The row header child.
protected  JViewport ScrollPaneLayout.colHead
          The column header child.
 

Methods in com.sun.java.swing that return JViewport
protected  JViewport JScrollPane.createViewport()
          Returns a new JViewport by default.
 JViewport JScrollPane.getViewport()
          Returns the current JViewport.
 JViewport JScrollPane.getRowHeader()
           
 JViewport JScrollPane.getColumnHeader()
           
 JViewport ScrollPaneLayout.getViewport()
           
 JViewport ScrollPaneLayout.getRowHeader()
           
 JViewport ScrollPaneLayout.getColumnHeader()
           
 

Methods in com.sun.java.swing with parameters of type JViewport
 void JScrollPane.setViewport(JViewport viewport)
          Remove the old viewport (if there is one), force the viewPosition of the new viewport to be in the +x,+y quadrant, sync up the row and column headers (if there are any) with the new viewport, and finally sync the scrollbars and headers with the new viewport.
 void JScrollPane.setRowHeader(JViewport rowHeader)
          If an old rowHeader exists, remove it.
 void JScrollPane.setColumnHeader(JViewport columnHeader)
          If an old columnHeader exists, remove it.
 


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.