javax.swing.plaf.metal

Class MetalSliderUI.MetalPropertyListener

protected class MetalSliderUI.MetalPropertyListener extends BasicSliderUI.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 {@link MetalLookAndFeel}.
Constructor Summary
protected MetalPropertyListener()
Creates a new listener.
Method Summary
voidpropertyChange(PropertyChangeEvent e)
Handles property change events.

Constructor Detail

MetalPropertyListener

protected MetalPropertyListener()
Creates a new listener.

Method Detail

propertyChange

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.