protected class

BasicScrollBarUI.ScrollListener

extends Object
implements ActionListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicScrollBarUI.ScrollListener

Class Overview

Listener for scrolling events initiated in the ScrollPane.

Summary

Public Constructors
BasicScrollBarUI.ScrollListener()
BasicScrollBarUI.ScrollListener(int dir, boolean block)
Public Methods
void actionPerformed(ActionEvent e)
Invoked when an action occurs.
void setDirection(int direction)
void setScrollByBlock(boolean block)
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.awt.event.ActionListener

Public Constructors

public BasicScrollBarUI.ScrollListener ()

public BasicScrollBarUI.ScrollListener (int dir, boolean block)

Public Methods

public void actionPerformed (ActionEvent e)

Invoked when an action occurs.

public void setDirection (int direction)

public void setScrollByBlock (boolean block)