public abstract class

ScrollPaneWheelScroller

extends Object
java.lang.Object
   ↳ sun.awt.ScrollPaneWheelScroller

Summary

Public Methods
static Adjustable getAdjustableToScroll(ScrollPane sp)
static int getIncrementFromAdjustable(Adjustable adj, MouseWheelEvent e)
static void handleWheelScrolling(ScrollPane sp, MouseWheelEvent e)
static void scrollAdjustable(Adjustable adj, int amount)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static Adjustable getAdjustableToScroll (ScrollPane sp)

public static int getIncrementFromAdjustable (Adjustable adj, MouseWheelEvent e)

public static void handleWheelScrolling (ScrollPane sp, MouseWheelEvent e)

public static void scrollAdjustable (Adjustable adj, int amount)