javax.swing.plaf.basic
Class BasicScrollPaneUI.PropertyChangeHandler

java.lang.Object
  extended by javax.swing.plaf.basic.BasicScrollPaneUI.PropertyChangeHandler
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
BasicScrollPaneUI

public class BasicScrollPaneUI.PropertyChangeHandler
extends Object
implements PropertyChangeListener

Listens for property changes on the scrollpane and update the view accordingly.


Constructor Summary
BasicScrollPaneUI.PropertyChangeHandler()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
          Receives notification when any of the scrollpane's bound property changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicScrollPaneUI.PropertyChangeHandler

public BasicScrollPaneUI.PropertyChangeHandler()
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.

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
e - the property change event
See Also:
BasicScrollPaneUI.updateColumnHeader(PropertyChangeEvent), BasicScrollPaneUI.updateRowHeader(PropertyChangeEvent), BasicScrollPaneUI.updateScrollBarDisplayPolicy(PropertyChangeEvent), BasicScrollPaneUI.updateViewport(PropertyChangeEvent)