Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.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 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the