javax.swing.plaf.basic

Class BasicScrollPaneUI.MouseWheelHandler

protected class BasicScrollPaneUI.MouseWheelHandler extends Object implements MouseWheelListener

Listens for mouse wheel events and update the scrollpane accordingly.

Since: 1.4

Method Summary
voidmouseWheelMoved(MouseWheelEvent e)
Scroll with the mouse wheel.

Method Detail

mouseWheelMoved

public void mouseWheelMoved(MouseWheelEvent e)
Scroll with the mouse wheel.