public class

BasicTreeUI.SelectionModelPropertyChangeHandler

extends Object
implements PropertyChangeListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicTreeUI.SelectionModelPropertyChangeHandler

Class Overview

Listener on the TreeSelectionModel, resets the row selection if any of the properties of the model change.

Summary

Public Constructors
BasicTreeUI.SelectionModelPropertyChangeHandler()
Public Methods
void propertyChange(PropertyChangeEvent event)
This method gets called when a bound property is changed.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.beans.PropertyChangeListener

Public Constructors

public BasicTreeUI.SelectionModelPropertyChangeHandler ()

Public Methods

public void propertyChange (PropertyChangeEvent event)

This method gets called when a bound property is changed.

Parameters
event A PropertyChangeEvent object describing the event source and the property that has changed.