public class

BasicTreeUI.PropertyChangeHandler

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

Class Overview

PropertyChangeListener for the tree. Updates the appropriate varaible, or TreeState, based on what changes.

Summary

Public Constructors
BasicTreeUI.PropertyChangeHandler()
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.PropertyChangeHandler ()

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.