- java.lang.Object
-
- javax.swing.plaf.basic.BasicScrollBarUI.ScrollListener
-
- All Implemented Interfaces:
ActionListener,EventListener
- Enclosing class:
- BasicScrollBarUI
protected class BasicScrollBarUI.ScrollListener extends Object implements ActionListener
Listener for scrolling events initiated in theScrollPane.
-
-
Constructor Summary
Constructors Constructor Description ScrollListener()Constructs aScrollListener.ScrollListener(int dir, boolean block)Constructs aScrollListener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDirection(int direction)Sets the direction.voidsetScrollByBlock(boolean block)Sets the scrolling by block-
Methods declared in interface java.awt.event.ActionListener
actionPerformed
-
-