javax.swing.plaf.basic
Class BasicSliderUI.PropertyChangeHandler

java.lang.Object
  extended by 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.


Constructor Summary
BasicSliderUI.PropertyChangeHandler()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
          Called when one of the properties change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSliderUI.PropertyChangeHandler

public BasicSliderUI.PropertyChangeHandler()
Method Detail

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.