javax.swing.plaf.metal
Class MetalSliderUI.MetalPropertyListener
protected
class
MetalSliderUI.MetalPropertyListener
extends PropertyChangeHandler
A property change handler that updates the rendered component in response
to specific property change events. This custom handler is used to
intercept the "JSlider.isFilled" property, which is only recognised by
the
MetalLookAndFeel.
protected MetalPropertyListener()
Creates a new listener.
public void propertyChange(PropertyChangeEvent e)
Handles property change events. Events with the name "JSlider.isFilled"
are handled here, and other events are passed to the superclass.
Parameters: e the property change event.