public class SmoothScrollUtil
extends java.lang.Object
Constructor and Description |
---|
SmoothScrollUtil() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.JScrollBar |
getEventHorizontalScrollBar(java.awt.event.MouseWheelEvent e) |
static javax.swing.JScrollBar |
getEventScrollBar(java.awt.event.MouseWheelEvent e) |
static javax.swing.JScrollBar |
getEventVerticalScrollBar(java.awt.event.MouseWheelEvent e) |
static boolean |
isHorizontalScroll(java.awt.event.MouseWheelEvent e) |
public static javax.swing.JScrollBar getEventScrollBar(java.awt.event.MouseWheelEvent e)
public static javax.swing.JScrollBar getEventHorizontalScrollBar(java.awt.event.MouseWheelEvent e)
public static javax.swing.JScrollBar getEventVerticalScrollBar(java.awt.event.MouseWheelEvent e)
public static boolean isHorizontalScroll(java.awt.event.MouseWheelEvent e)