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