javax.swing.plaf.basic
Class BasicScrollPaneUI.PropertyChangeHandler
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicScrollPaneUI.PropertyChangeHandler
public BasicScrollPaneUI.PropertyChangeHandler()
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)