|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
int ) |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Create a new scrollpane container. |
void ) |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Create a new scrollpane container with a scrollbar display policy of "as needed". |
Added Methods | |
boolean eventTypeEnabled(int ) |
If wheel scrolling is enabled we return true for MouseWheelEvents |
boolean isWheelScrollingEnabled() |
Indicates whether or not scrolling will take place in response to the mouse wheel. |
void processMouseWheelEvent(MouseWheelEvent ) |
Process mouse wheel events that are delivered to this ScrollPane by scrolling an appropriate amount. |
void setWheelScrollingEnabled(boolean ) |
Enables/disables scrolling in response to movement of the mouse wheel. |
Changed Methods | ||
Adjustable getHAdjustable() |
Documentation changed from old to new. |
Returns the ScrollPaneAdjustable object which represents the state of the horizontal scrollbar. |
Point getScrollPosition() |
Documentation changed from old to new. |
Returns the current x y position within the child which is displayed at the 0 0 location of the scrolled panel's view port. |
Adjustable getVAdjustable() |
Documentation changed from old to new. |
Returns the ScrollPaneAdjustable object which represents the state of the vertical scrollbar. |
String paramString() |
Documentation changed from old to new. |
Returns a string representing the state of this ScrollPane . |
void setScrollPosition(int, |
Documentation changed from old to new. |
Scrolls to the specified position within the child component. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |