protected class BasicScrollBarUI.ArrowButtonListener extends java.awt.event.MouseAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
BasicScrollBarUI.ArrowButtonListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
mousePressed(java.awt.event.MouseEvent e)
Move the thumb in the direction specified by the button's arrow.
|
void |
mouseReleased(java.awt.event.MouseEvent e)
Stops the thumb when the JButton is released.
|
protected BasicScrollBarUI.ArrowButtonListener()
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed in interface java.awt.event.MouseListenermousePressed in class java.awt.event.MouseAdaptere - The MouseEvent fired by the JButton.public void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased in interface java.awt.event.MouseListenermouseReleased in class java.awt.event.MouseAdaptere - The MouseEvent fired by the JButton.