public class ColorSliderUI.QuaquaTrackListener
extends javax.swing.plaf.basic.BasicSliderUI.TrackListener
| Constructor and Description |
|---|
ColorSliderUI.QuaquaTrackListener() |
| Modifier and Type | Method and 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 interface java.awt.event.MouseListenermousePressed in class javax.swing.plaf.basic.BasicSliderUI.TrackListener