public class ColorSliderUI.QuaquaTrackListener
extends javax.swing.plaf.basic.BasicSliderUI.TrackListener
| Constructor | Description |
|---|---|
QuaquaTrackListener() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
mousePressed(java.awt.event.MouseEvent e) |
If the mouse is pressed above the "thumb" component then reduce the
scrollbars value by one page ("page up"), otherwise increase it by
one page.
|
mouseDragged, mouseMoved, mouseReleased, shouldScrollmouseClicked, mouseEntered, mouseExited, mouseWheelMovedpublic void mousePressed(java.awt.event.MouseEvent e)
mousePressed in class javax.swing.plaf.basic.BasicSliderUI.TrackListener