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, mouseExited
protected BasicScrollBarUI.ArrowButtonListener()
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
mousePressed
in class MouseAdapter
e
- The MouseEvent fired by the JButton.public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
mouseReleased
in class MouseAdapter
e
- The MouseEvent fired by the JButton.