org.jvnet.substance
Class SubstanceScrollPaneUI.MouseWheelHandler

java.lang.Object
  extended by org.jvnet.substance.SubstanceScrollPaneUI.MouseWheelHandler
All Implemented Interfaces:
java.awt.event.MouseWheelListener, java.util.EventListener
Enclosing class:
SubstanceScrollPaneUI

protected class SubstanceScrollPaneUI.MouseWheelHandler
extends java.lang.Object
implements java.awt.event.MouseWheelListener

Custom mouse wheel handler. Provides faster scrolling - issue 87.

Author:
Kirill Grouchnikov

Constructor Summary
protected SubstanceScrollPaneUI.MouseWheelHandler()
           
 
Method Summary
 void mouseWheelMoved(java.awt.event.MouseWheelEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstanceScrollPaneUI.MouseWheelHandler

protected SubstanceScrollPaneUI.MouseWheelHandler()
Method Detail

mouseWheelMoved

public void mouseWheelMoved(java.awt.event.MouseWheelEvent e)
Specified by:
mouseWheelMoved in interface java.awt.event.MouseWheelListener