protected class

BasicScrollPaneUI.MouseWheelHandler

extends Object
implements MouseWheelListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicScrollPaneUI.MouseWheelHandler

Class Overview

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.

Summary

Protected Constructors
BasicScrollPaneUI.MouseWheelHandler()
Public Methods
void mouseWheelMoved(MouseWheelEvent e)
Called when the mouse wheel is rotated while over a JScrollPane.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.awt.event.MouseWheelListener

Protected Constructors

protected BasicScrollPaneUI.MouseWheelHandler ()

Public Methods

public void mouseWheelMoved (MouseWheelEvent e)

Called when the mouse wheel is rotated while over a JScrollPane.

Parameters
e MouseWheelEvent to be handled