|
Java™ Platform Standard Ed. 6 DRAFT internal-b11 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.basic.BasicScrollPaneUI.MouseWheelHandler
protected class BasicScrollPaneUI.MouseWheelHandler
MouseWheelHandler is an inner class which implements the
MouseWheelListener interface. MouseWheelHandler responds to
MouseWheelEvents by scrolling the JScrollPane appropriately.
If the scroll pane's
isWheelScrollingEnabled
method returns false, no scrolling occurs.
JScrollPane.isWheelScrollingEnabled()
,
BasicScrollPaneUI.createMouseWheelListener()
,
MouseWheelListener
,
MouseWheelEvent
Constructor Summary | |
---|---|
protected |
BasicScrollPaneUI.MouseWheelHandler()
|
Method Summary | |
---|---|
void |
mouseWheelMoved(MouseWheelEvent e)
Called when the mouse wheel is rotated while over a JScrollPane. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BasicScrollPaneUI.MouseWheelHandler()
Method Detail |
---|
public void mouseWheelMoved(MouseWheelEvent e)
mouseWheelMoved
in interface MouseWheelListener
e
- MouseWheelEvent to be handledMouseWheelEvent
|
Java™ Platform Standard Ed. 6 DRAFT internal-b11 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.