jfig.gui
Class JStateButtonMouseWheelHandler

java.lang.Object
  extended byjfig.gui.JStateButtonMouseWheelHandler

public class JStateButtonMouseWheelHandler
extends java.lang.Object

MouseWheelHandler handles mouse wheel events for this button. In order for best backwards-compatibility with older JDKs we hide the mouse wheel support in an additional inner class (at a memory overhead of about 1 KB).


Nested Class Summary
 class JStateButtonMouseWheelHandler.WheelHandler
           
 
Field Summary
protected  JStateButton parent
           
 
Constructor Summary
JStateButtonMouseWheelHandler(JStateButton parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected JStateButton parent
Constructor Detail

JStateButtonMouseWheelHandler

public JStateButtonMouseWheelHandler(JStateButton parent)