Quaqua 7.4.2 2011-07-05

ch.randelshofer.quaqua
Class QuaquaScrollBarUI.QuaquaScrollListener

java.lang.Object
  extended by ch.randelshofer.quaqua.QuaquaScrollBarUI.QuaquaScrollListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
QuaquaScrollBarUI

protected class QuaquaScrollBarUI.QuaquaScrollListener
extends java.lang.Object

Listener for scrolling events initiated in the ScrollPane.


Constructor Summary
QuaquaScrollBarUI.QuaquaScrollListener()
           
QuaquaScrollBarUI.QuaquaScrollListener(int dir, boolean block)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void setDirection(int direction)
           
 void setScrollByBlock(boolean block)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuaquaScrollBarUI.QuaquaScrollListener

public QuaquaScrollBarUI.QuaquaScrollListener()

QuaquaScrollBarUI.QuaquaScrollListener

public QuaquaScrollBarUI.QuaquaScrollListener(int dir,
                                              boolean block)
Method Detail

setDirection

public void setDirection(int direction)

setScrollByBlock

public void setScrollByBlock(boolean block)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.