javax.swing.plaf.basic

Class BasicTreeUI.PropertyChangeHandler

public class BasicTreeUI.PropertyChangeHandler extends Object implements PropertyChangeListener

PropertyChangeListener for the tree. Updates the appropriate variable, or TreeState, based on what changes.
Constructor Summary
PropertyChangeHandler()
Constructor
Method Summary
voidpropertyChange(PropertyChangeEvent event)
This method gets called when a bound property is changed.

Constructor Detail

PropertyChangeHandler

public PropertyChangeHandler()
Constructor

Method Detail

propertyChange

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.