Uses of Interface java.awt.event.MouseWheelListener

Uses in package java.awt

Classes implementing java.awt.event.MouseWheelListener

class
This class is used to implement a chain of event handlers.

Methods with parameter type java.awt.event.MouseWheelListener

MouseWheelListener
Chain MouseWheelListener a and b.
void
Adds the specified listener to this component.
MouseWheelListener
Removes the listener oldl from the listener l.
void
Removes the specified listener from the component.

Methods with return type java.awt.event.MouseWheelListener

MouseWheelListener
Chain MouseWheelListener a and b.
MouseWheelListener[]
Returns an array of all specified listeners registered on this component.
MouseWheelListener
Removes the listener oldl from the listener l.

Uses in package javax.swing.plaf.basic

Classes implementing java.awt.event.MouseWheelListener

class
Listens for mouse wheel events and update the scrollpane accordingly.

Methods with return type java.awt.event.MouseWheelListener

MouseWheelListener
Creates and returns the mouse wheel listener for the scrollpane.