org.jvnet.substance
Class SubstanceScrollBarUI.SubstanceArrowButtonListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by org.jvnet.substance.SubstanceScrollBarUI.SubstanceArrowButtonListener
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener
Enclosing class:
SubstanceScrollBarUI

protected class SubstanceScrollBarUI.SubstanceArrowButtonListener
extends java.awt.event.MouseAdapter

Listener on arrow buttons. Need to override the super implementation for the SubstanceConstants.ScrollPaneButtonPolicyKind.MULTIPLE_BOTH policy.

Author:
Kirill Grouchnikov

Constructor Summary
protected SubstanceScrollBarUI.SubstanceArrowButtonListener()
           
 
Method Summary
 void mousePressed(java.awt.event.MouseEvent e)
           
 void mouseReleased(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstanceScrollBarUI.SubstanceArrowButtonListener

protected SubstanceScrollBarUI.SubstanceArrowButtonListener()
Method Detail

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)
Specified by:
mousePressed in interface java.awt.event.MouseListener

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent e)
Specified by:
mouseReleased in interface java.awt.event.MouseListener