ch.randelshofer.quaqua
Class QuaquaScrollBarUI.QuaquaScrollListener
java.lang.Object
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
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuaquaScrollBarUI.QuaquaScrollListener
public QuaquaScrollBarUI.QuaquaScrollListener()
QuaquaScrollBarUI.QuaquaScrollListener
public QuaquaScrollBarUI.QuaquaScrollListener(int dir,
boolean block)
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