Changed Methods |
Dimension getPreferredScrollableViewportSize()
|
Documentation changed from old to new. |
Returns the preferred size of the viewport for a view component. |
int getScrollableBlockIncrement(Rectangle, int, int)
|
Documentation changed from old to new. |
Components that display logical rows or columns should compute the scroll increment that will completely expose one block of rows or columns depending on the value of orientation. |
boolean getScrollableTracksViewportWidth()
|
Documentation changed from old to new. |
Return true if a viewport should always force the width of this Scrollable to match the width of the viewport. |
int getScrollableUnitIncrement(Rectangle, int, int)
|
Documentation changed from old to new. |
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column depending on the value of orientation. |