javax.swing.plaf.basic
Class BasicSliderUI.PropertyChangeHandler
java.lang.Object
javax.swing.plaf.basic.BasicSliderUI.PropertyChangeHandler
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Direct Known Subclasses:
- MetalSliderUI.MetalPropertyListener
- Enclosing class:
- BasicSliderUI
public class BasicSliderUI.PropertyChangeHandler
- extends Object
- implements PropertyChangeListener
Helper class that listens for changes to the properties of the JSlider
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicSliderUI.PropertyChangeHandler
public BasicSliderUI.PropertyChangeHandler()
propertyChange
public void propertyChange(PropertyChangeEvent e)
- Called when one of the properties change. The UI should recalculate any
rectangles if necessary and repaint.
- Specified by:
propertyChange
in interface PropertyChangeListener
- Parameters:
e
- A PropertyChangeEvent
.