javax.swing.plaf.basic

Class BasicScrollPaneUI.PropertyChangeHandler

public class BasicScrollPaneUI.PropertyChangeHandler extends Object implements PropertyChangeListener

Listens for property changes on the scrollpane and update the view accordingly.
Method Summary
voidpropertyChange(PropertyChangeEvent e)
Receives notification when any of the scrollpane's bound property changes.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
Receives notification when any of the scrollpane's bound property changes. This method calls the appropriate update method on the ScrollBarUI.

Parameters: e the property change event

See Also: updateColumnHeader updateRowHeader updateScrollBarDisplayPolicy updateViewport