| 
 | Generated by JDiff | ||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
| Changed Constructors | ||
| int, | Documentation changed from old to new. | Creates an empty (no viewport view) JScrollPanewith specified scrollbar policies. | 
| Component) | Documentation changed from old to new. | Creates a JScrollPanethat displays the contents of the specified component where both horizontal and vertical scrollbars appear whenever the component's contents are larger than the view. | 
| Component, | Documentation changed from old to new. | Creates a JScrollPanethat displays the view component in a viewport whose view position can be controlled with a pair of scrollbars. | 
| void) | Documentation changed from old to new. | Creates an empty (no viewport view) JScrollPanewhere both horizontal and vertical scrollbars appear when needed. | 
| Changed Methods | ||
| JScrollBarcreateHorizontalScrollBar() | Documentation changed from old to new. | Returns a JScrollPane.ScrollBarby default. | 
| JScrollBarcreateVerticalScrollBar() | Documentation changed from old to new. | Returns a JScrollPane.ScrollBarby default. | 
| JViewportcreateViewport() | Documentation changed from old to new. | Returns a new JViewportby default. | 
| AccessibleContextgetAccessibleContext() | Documentation changed from old to new. | Gets the AccessibleContext associated with this JScrollPane. | 
| JViewportgetColumnHeader() | Documentation changed from old to new. | Returns the column header. | 
| ComponentgetCorner(String) | Documentation changed from old to new. | Returns the component at the specified corner. | 
| JScrollBargetHorizontalScrollBar() | Documentation changed from old to new. | Returns the horizontal scroll bar that controls the viewport's horizontal view position. | 
| intgetHorizontalScrollBarPolicy() | Documentation changed from old to new. | Returns the horizontal scroll bar policy value. | 
| JViewportgetRowHeader() | Documentation changed from old to new. | Returns the row header. | 
| ScrollPaneUIgetUI() | Documentation changed from old to new. | Returns the look and feel (L&F) object that renders this component. | 
| StringgetUIClassID() | Documentation changed from old to new. | Returns the suffix used to construct the name of the L&F class used to render this component. | 
| JScrollBargetVerticalScrollBar() | Documentation changed from old to new. | Returns the vertical scroll bar that controls the viewports vertical view position. | 
| intgetVerticalScrollBarPolicy() | Documentation changed from old to new. | Returns the vertical scroll bar policy value. | 
| JViewportgetViewport() | Documentation changed from old to new. | Returns the current JViewport. | 
| BordergetViewportBorder() | Documentation changed from old to new. | Returns the Borderobject that surrounds the viewport. | 
| RectanglegetViewportBorderBounds() | Documentation changed from old to new. | Returns the bounds of the viewport's border. | 
| booleanisOpaque() | Documentation changed from old to new. Method was locally defined, but is now inherited from JComponent. | Returns true if this component is completely opaque. | 
| booleanisValidateRoot() | Documentation changed from old to new. | Calls revalidateon any descendant of thisJScrollPane. | 
| StringparamString() | Documentation changed from old to new. | Returns a string representation of this JScrollPane. | 
| voidsetColumnHeader(JViewport) | Documentation changed from old to new. | Removes the old columnHeader if it exists. | 
| voidsetColumnHeaderView(Component) | Documentation changed from old to new. | Creates a column-header viewport if necessary sets its view and then adds the column-header viewport to the scrollpane. | 
| voidsetComponentOrientation(ComponentOrientation) | Documentation changed from old to new. Method was inherited from Component, but is now defined locally. | Sets the orientation for the vertical and horizontal scrollbars as determined by the ComponentOrientationargument. | 
| voidsetCorner(String, | Documentation changed from old to new. | Adds a child that will appear in one of the scroll panes corners if there's room. | 
| voidsetHorizontalScrollBar(JScrollBar) | Documentation changed from old to new. | Adds the scrollbar that controls the viewport's horizontal view position to the scrollpane. | 
| voidsetHorizontalScrollBarPolicy(int) | Documentation changed from old to new. | Determines when the horizontal scrollbar appears in the scrollpane. | 
| voidsetLayout(LayoutManager) | Documentation changed from old to new. | Sets the layout manager for this JScrollPane. | 
| voidsetRowHeader(JViewport) | Documentation changed from old to new. | Removes the old rowHeader if it exists. | 
| voidsetRowHeaderView(Component) | Documentation changed from old to new. | Creates a row-header viewport if necessary sets its view and then adds the row-header viewport to the scrollpane. | 
| voidsetVerticalScrollBar(JScrollBar) | Documentation changed from old to new. | Adds the scrollbar that controls the viewports vertical view position to the scrollpane. | 
| voidsetVerticalScrollBarPolicy(int) | Documentation changed from old to new. | Determines when the vertical scrollbar appears in the scrollpane. | 
| voidsetViewport(JViewport) | Documentation changed from old to new. | 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. | 
| voidsetViewportBorder(Border) | Documentation changed from old to new. | Adds a border around the viewport. | 
| voidsetViewportView(Component) | Documentation changed from old to new. | Creates a viewport if necessary and then sets its view. | 
| voidupdateUI() | Documentation changed from old to new. | Replaces the current ScrollPaneUIobject with a version from the current default look and feel. | 
| voidsetUI(ScrollPaneUI) | Documentation changed from old to new. | Sets the ScrollPaneUIobject that provides the look and feel (L&F) for this component. | 
| Changed Fields | ||
| JViewportcolumnHeader | Documentation changed from old to new. | The column header child. | 
| JScrollBarhorizontalScrollBar | Documentation changed from old to new. | The scrollpane's horizontal scrollbar child. | 
| inthorizontalScrollBarPolicy | Documentation changed from old to new. | The display policy for the horizontal scrollbar. | 
| ComponentlowerLeft | Documentation changed from old to new. | The component to display in the lower left corner. | 
| ComponentlowerRight | Documentation changed from old to new. | The component to display in the lower right corner. | 
| JViewportrowHeader | Documentation changed from old to new. | The row header child. | 
| ComponentupperLeft | Documentation changed from old to new. | The component to display in the upper left corner. | 
| ComponentupperRight | Documentation changed from old to new. | The component to display in the upper right corner. | 
| JScrollBarverticalScrollBar | Documentation changed from old to new. | The scrollpane's vertical scrollbar child. | 
| intverticalScrollBarPolicy | Documentation changed from old to new. | The display policy for the vertical scrollbar. | 
| JViewportviewport | Documentation changed from old to new. | The scrollpane's viewport child. | 
| 
 | |||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||