| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JViewport | |
| javax.swing | |
| Uses of JViewport in javax.swing | 
| Fields in javax.swing declared as JViewport | |
protected  JViewport | 
ScrollPaneLayout.viewport
The scrollpanes viewport child.  | 
protected  JViewport | 
ScrollPaneLayout.rowHead
The row header child.  | 
protected  JViewport | 
ScrollPaneLayout.colHead
The column header child.  | 
protected  JViewport | 
JScrollPane.viewport
The scrollpane's viewport child.  | 
protected  JViewport | 
JScrollPane.rowHeader
The row header child.  | 
protected  JViewport | 
JScrollPane.columnHeader
The column header child.  | 
protected  JViewport | 
JScrollPane.AccessibleJScrollPane.viewPort
 | 
| Methods in javax.swing that return JViewport | |
 JViewport | 
ScrollPaneLayout.getViewport()
Returns the JViewport object that displays the scrollable contents.  | 
 JViewport | 
ScrollPaneLayout.getRowHeader()
Returns the JViewport object that is the row header.  | 
 JViewport | 
ScrollPaneLayout.getColumnHeader()
Returns the JViewport object that is the column header.  | 
protected  JViewport | 
JScrollPane.createViewport()
Returns a new JViewport by default. | 
 JViewport | 
JScrollPane.getViewport()
Returns the current JViewport. | 
 JViewport | 
JScrollPane.getRowHeader()
Returns the row header.  | 
 JViewport | 
JScrollPane.getColumnHeader()
Returns the column header.  | 
| Methods in javax.swing with parameters of type JViewport | |
 void | 
JScrollPane.setViewport(JViewport viewport)
Removes the old viewport (if there is one); forces the viewPosition of the new viewport to be in the +x,+y quadrant; syncs up the row and column headers (if there are any) with the new viewport; and finally syncs the scrollbars and headers with the new viewport.  | 
 void | 
JScrollPane.setRowHeader(JViewport rowHeader)
Removes the old rowHeader, if it exists.  | 
 void | 
JScrollPane.setColumnHeader(JViewport columnHeader)
Removes the old columnHeader, if it exists.  | 
| Constructors in javax.swing with parameters of type JViewport | |
JViewport.ViewListener()
 | 
|
JViewport.AccessibleJViewport()
 | 
|
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.